Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Sep 27, 2023
1 parent 1484acf commit 229812a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de50d96d
7cbf336c
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"href": "ui.html#actions",
"title": "2  The user interface",
"section": "2.3 Actions",
"text": "2.3 Actions\nOnce the panels are loaded into the interface, users are free to interact with the interface in any way they see fit.\n\n2.3.1 Scrolling\nUse the mouse wheel, trackpad, or directional arrows (up and down), to scroll up and down the interface, to bring panels into view.\nHorizontal scrolling is not possible in Shiny apps.\n\n\n\nFigure 2.3: Scrolling up and down the app interface.\n\n\nThere is no limit to the number of panels that may be added to the iSEE user interface.\nMeanwhile, no more than twelve panels may be displayed on a single row – one panel per unit in the 12-unit layout of pages produced by the shiny package – with rows being filled from left to right and panels exceeding the 12-unit layout being placed on new rows.\n\n\n2.3.2 Collabsible boxes\nClick on the header of collapsible boxes located under the panel output, to reveal interactive elements controlling various aspects of the contents displayed in each panel.\n\n\n\nFigure 2.4: Expanding collapsible boxes.\n\n\n\n\n2.3.3 Selection inputs\nClick on dropdown elements to reveal their choices. Click a different choice to see the panel output change accordingly.\n\n\n\nFigure 2.5: Changing the selected choice in dropdown menus.\n\n\n\n\n2.3.4 Checkboxes\nClick on checkboxes to toggle any number of mutually-compatible parameters.\n\n\n\nFigure 2.6: Toggling checkboxes."
"text": "2.3 Actions\nOnce the panels are loaded into the interface, users are free to interact with the interface in any way they see fit.\n\n2.3.1 Scrolling\nUse the mouse wheel, trackpad, or directional arrows (up and down), to scroll up and down the interface, to bring panels into view.\nHorizontal scrolling is not possible in Shiny apps.\n\n\n\nFigure 2.3: Scrolling up and down the app interface.\n\n\nThere is no limit to the number of panels that may be added to the iSEE user interface.\nMeanwhile, no more than twelve panels may be displayed on a single row – one panel per unit in the 12-unit layout of pages produced by the shiny package – with rows being filled from left to right and panels exceeding the 12-unit layout being placed on new rows.\nThe 12-unit grid system used by shiny is described in the Shiny Application layout guide.\n\n\n2.3.2 Collabsible boxes\nClick on the header of collapsible boxes located under the panel output, to reveal interactive elements controlling various aspects of the contents displayed in each panel.\n\n\n\nFigure 2.4: Expanding collapsible boxes.\n\n\n\n\n2.3.3 Selection inputs\nClick on dropdown elements to reveal their choices. Click a different choice to see the panel output change accordingly.\n\n\n\nFigure 2.5: Changing the selected choice in dropdown menus.\n\n\n\n\n2.3.4 Checkboxes\nClick on checkboxes to toggle any number of mutually-compatible parameters.\n\n\n\nFigure 2.6: Toggling checkboxes."
},
{
"objectID": "ui.html#collapsible-boxes-of-parameters",
Expand Down
1 change: 1 addition & 0 deletions ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ <h3 data-number="2.3.1" class="anchored" data-anchor-id="scrolling"><span class=
</div>
<p>There is no limit to the number of panels that may be added to the <a href="https://bioconductor.org/packages/iSEE/"><em>iSEE</em></a> user interface.</p>
<p>Meanwhile, no more than twelve panels may be displayed on a single row – one panel per unit in the 12-unit layout of pages produced by the <a href="https://cran.r-project.org/web/packages/shiny/index.html"><em>shiny</em></a> package – with rows being filled from left to right and panels exceeding the 12-unit layout being placed on new rows.</p>
<p>The 12-unit grid system used by <a href="https://cran.r-project.org/web/packages/shiny/index.html"><em>shiny</em></a> is described in the <a href="https://shiny.posit.co/r/articles/build/layout-guide/">Shiny Application layout guide</a>.</p>
</section>
<section id="collabsible-boxes" class="level3" data-number="2.3.2">
<h3 data-number="2.3.2" class="anchored" data-anchor-id="collabsible-boxes"><span class="header-section-number">2.3.2</span> Collabsible boxes</h3>
Expand Down

0 comments on commit 229812a

Please sign in to comment.