| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Currently, there is a table of contents only but we are going to publish the first commit (Introduction to dashboard) at the end of August. |
Sorry, something went wrong.
Add layout section of dashboard document
Fix typos in layout
There was a problem hiding this comment.
Just some tidy up comments.
Sorry, something went wrong.
|
|
||
| <!-- Node-RED Dashboardは`Widget`、`Group`、および、`Tab`から構成されます。WidgetはButton、ChartなどGUI部品です。TabはWebブラウザ上に表示するダッシュボード画面全体を表します。Tabは複数定義でき、サイドメニューからの選択、もしくは、ui_controlノードで切り替えて一つのタブを表示できます。Groupは複数のWidgetを配置する領域を定義するために使用します。GroupおよびTabはConfigノードです。--> | ||
|
|
||
| The Node-RED Dashboard consists of `Widget`,`Group`, and `Tab`. Widget is a GUI element such as button or chart. Tab represents the entire dashboard screen displayed on the Web browser. Multiple Tabs can be defined, and one tab can be displayed by selecting from the side menu or switched with the `ui_control node`. Group is used to define the area where multiple widgets will be placed. Group and Tab are defined as configuration nodes. |
There was a problem hiding this comment.
I would keep the logical order. So once you introduce widgets, groups and then tabs. I would then follow with what a widget is (as you have) , then groups... and then tabs
Sorry, something went wrong.
|
|
||
| The Node-RED Dashboard consists of `Widget`,`Group`, and `Tab`. Widget is a GUI element such as button or chart. Tab represents the entire dashboard screen displayed on the Web browser. Multiple Tabs can be defined, and one tab can be displayed by selecting from the side menu or switched with the `ui_control node`. Group is used to define the area where multiple widgets will be placed. Group and Tab are defined as configuration nodes. | ||
|
|
||
| ### Layouting Dashboard Elements |
There was a problem hiding this comment.
Layouting... -> Laying out...
Sorry, something went wrong.
|
|
||
| <!-- SIteタブでは、Widget間の間隔およびおよびグループ間の間隔と余白も設定できます。 --> | ||
|
|
||
| On the `Site` tab, spacing between widgets and the spacing and paddings between groups can also be specified. |
There was a problem hiding this comment.
On the Site tab, the spacing...
Sorry, something went wrong.
|
|
||
| 2. 各グループについて、上から下、左から右にTabに配置する。--> | ||
|
|
||
| While layouting the dashboard screen, placements of screen elements are determined as follows: |
There was a problem hiding this comment.
-> When laying out the dashboard screen, the placement of screen elements is ....
Sorry, something went wrong.
|
|
||
| While layouting the dashboard screen, placements of screen elements are determined as follows: | ||
|
|
||
| 1. place widgets in each group from top to bottom and left to right, |
There was a problem hiding this comment.
Precedence is left to right first then top to bottom...
Sorry, something went wrong.
|
|
||
| <!-- Widgetおよびtabのサイズは、*Size*項目により設定します。Size項目を選択すると、サイズ洗濯のためのポップアップインターフェイスが表示されます。サイズをグリッド領域で指定します。--> | ||
|
|
||
| The size of widget and tab is set by the *Size* item. Selecting the *Size* item will display a popup interface for specifying UI element size. The size of the UI elemt can be specified by the grid area of this popup UI. |
There was a problem hiding this comment.
elemt -> element
Sorry, something went wrong.
| <!-- ポップアップ上部の*W x H*をクリックすると、以下の数値入力ポップアップに変化します。大きな固定数値のサイズを指定する場合はこちらが便利です。--> | ||
|
|
||
| Clicking *W xH* at the top of the UI will display the following interface for changing the widget size using digits input. This UI is useful to specify the size for large widget. | ||
|
|
There was a problem hiding this comment.
I can't see the wxh text that you need to click in the image ?
Sorry, something went wrong.
|
|
||
| <!-- 複雑なダッシュボード画面を構成する場合、Layout Editorを用いることで、GUIによってWidgetの配置を行うことができます。Layout EditorはLayoutタブのTab上のマウス オーバで表示される*layout*ボタンを押すことで起動します。--> | ||
|
|
||
| While layouting a complicated dashboard screen, GUI-based `Layout Editor` can be used. The layout editor can be opened by pressing the `layout` button displayed while mouse over on a tab on the `Layout` tab. |
There was a problem hiding this comment.
layouting -> laying out
Sorry, something went wrong.
|
|
||
| Layout Editorでレイアウトを行うと、必要な位置にSpacerノードを自動的に挿入します。--> | ||
|
|
||
| The placement of widgets in a group can be changed by drag & dropping a widget. The lock mark on the upper right of the widget indicates whether the widget size is *auto* or not. If the key is unlocked, the widget size can be changed by dragging the arrow at the bottom right. |
There was a problem hiding this comment.
unlocked -> If the key is locked....
(it is fixed size when locked so you can set the size... if unlocked then it is auto sized)
Sorry, something went wrong.
|
|
||
| <!-- 各タブの設定から、タブの名称とアイコン、メニューへのタブの表示するか否かを設定できます。--> | ||
|
|
||
| Title and icons of each tab and whether to display the tab on the side menu can be set from the settings paneg of each tab. |
There was a problem hiding this comment.
Title and icons of... -> The title and icon of...
paneg -> panel
Sorry, something went wrong.
Fix according to suggestions from @dceejay
Thank you for your review. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hitachi colleagues have started to write a dashboard user guide because it is a little difficult for beginners to use the Node-RED dashboard. To share our progress with Node-RED community, I created this draft pull request. Comments from the community are always welcome.