Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 26, 2023
1 parent 660bd6c commit 931ced5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/reference/layouts/FloatPanel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
"id": "a44c5eae-9c73-4626-96ff-019cf959d647",
"metadata": {},
"source": [
"The `FloatPanel` layout provides a draggable container which can be placed inside its parent or be completely free floating. It is build on-top of [jsPanel](https://jspanel.de/) and is highly customizable. It has a list-like API with methods to `append`, `extend`, `clear`, `insert`, `pop`, `remove` and `__setitem__`, which make it possible to interactively update and modify the layout and components inside it are laid out like a `Column`.\n",
"The `FloatPanel` layout provides a draggable container which can be placed inside its parent or be completely free floating. It is built on-top of [jsPanel](https://jspanel.de/) and is highly customizable. It has a list-like API with methods to `append`, `extend`, `clear`, `insert`, `pop`, `remove` and `__setitem__`, which make it possible to interactively update and modify the layout and components inside it are laid out like a `Column`.\n",
"\n",
"#### Parameters:\n",
"\n",
"For layout and styling related parameters see the [customization user guide](../../user_guide/Customization.ipynb).\n",
"\n",
"* **`contained`** (boolean): Whether the component is contained within parent container or completely free floating.\n",
"* **`config`** (dict): Additional [jsPanel configuration](https://jspanel.de/#options/overview) with precedence over parameter values.\n",
"* **`objects`** (list): The list of objects to display in the Column, should not generally be modified directly except when replaced in its entirety.\n",
Expand Down

0 comments on commit 931ced5

Please sign in to comment.