File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2370,7 +2370,7 @@ output$listofterms <- renderUI({
23702370 matchterms <- unique(matchterms )
23712371 current.terms <- unlist(matchterms )
23722372 }
2373- inlineSelectInput (' chooseterm' ,label = NULL ,
2373+ selectizeInput (' chooseterm' ,label = NULL ,
23742374 choices = current.terms )
23752375
23762376})
Original file line number Diff line number Diff line change @@ -798,9 +798,13 @@ url = {http://statnetproject.org}
798798 tabPanel(" Term Documentation" ,
799799 br(),
800800 div(class = " placeholder" ,
801- actionButton(" matchingButton" , " Compatible terms" , class = " btn-sm" ),
802- actionButton(" allButton" , " All terms" , class = " btn-sm" ),
803- uiOutput(" listofterms" ),
801+ fluidRow(
802+ column(6 ,
803+ actionButton(" matchingButton" , " Compatible terms" , class = " btn-sm" ),
804+ actionButton(" allButton" , " All terms" , class = " btn-sm" )
805+ ),
806+ column(4 , uiOutput(" listofterms" ))
807+ ),
804808 div(id = " termdocbox" ,
805809 verbatimTextOutput(" termdoc" )
806810 ),
You can’t perform that action at this time.
0 commit comments