diff --git a/developerguide/src/docs/asciidoc/aggregation/aggregation.adoc b/developerguide/src/docs/asciidoc/aggregation/aggregation.adoc index 8c3c5f5..b600913 100644 --- a/developerguide/src/docs/asciidoc/aggregation/aggregation.adoc +++ b/developerguide/src/docs/asciidoc/aggregation/aggregation.adoc @@ -1228,6 +1228,10 @@ TopView定義に単一集計パーツを配置することでTop画面に表示 |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |show Link for aggregation detail view |集計画面へのリンクを表示したい場合にチェックします。 diff --git a/developerguide/src/docs/asciidoc/aggregation/dashboard.adoc b/developerguide/src/docs/asciidoc/aggregation/dashboard.adoc index 7914c2b..9e5a99e 100644 --- a/developerguide/src/docs/asciidoc/aggregation/dashboard.adoc +++ b/developerguide/src/docs/asciidoc/aggregation/dashboard.adoc @@ -367,6 +367,10 @@ TopView定義にDashboardパーツを配置することでTop画面に表示す |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |show Link for Dashboard |本項目にチェックを入れると、詳細へのリンクが表示されます。 diff --git a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc index 4cac19e..3eca565 100644 --- a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc +++ b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc @@ -44,6 +44,10 @@ TopViewのSavedListパーツでは以下の設定が可能です。 |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |visible to top view |PartsをTop画面に表示するかを設定します(デフォルト:表示) + Top画面に保存リストPartsを表示したくない場合で、保存リスト機能に対する設定のみを行う場合に表示不可にします。 diff --git a/developerguide/src/docs/asciidoc/genericentitymanager/calendar/setting.adoc b/developerguide/src/docs/asciidoc/genericentitymanager/calendar/setting.adoc index a6b04f6..5e6a785 100644 --- a/developerguide/src/docs/asciidoc/genericentitymanager/calendar/setting.adoc +++ b/developerguide/src/docs/asciidoc/genericentitymanager/calendar/setting.adoc @@ -153,5 +153,9 @@ TopView定義にCalendarパーツを配置することでトップ画面に表 |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |=== diff --git a/developerguide/src/docs/asciidoc/genericentitymanager/entityview/detaillayout.adoc b/developerguide/src/docs/asciidoc/genericentitymanager/entityview/detaillayout.adoc index 67bf4b0..6de5140 100644 --- a/developerguide/src/docs/asciidoc/genericentitymanager/entityview/detaillayout.adoc +++ b/developerguide/src/docs/asciidoc/genericentitymanager/entityview/detaillayout.adoc @@ -552,6 +552,10 @@ BOTH:: 常に表示する、未設定時もBOTHと同様となる |セクションに設定するスタイルシートのクラス名を指定します。 複数指定する場合は半角スペースで区切って下さい。 +|セクションの高さ +|セクションの高さを指定します。単位はピクセル(px)です。 +0、未指定、または負の値を指定した場合は、内容に応じて自動的に調整されます。 + |id |画面上で一意となるidを設定します。 diff --git a/developerguide/src/docs/asciidoc/genericentitymanager/entityview/genericentityview.adoc b/developerguide/src/docs/asciidoc/genericentitymanager/entityview/genericentityview.adoc index 9cbb6c1..f5e181a 100644 --- a/developerguide/src/docs/asciidoc/genericentitymanager/entityview/genericentityview.adoc +++ b/developerguide/src/docs/asciidoc/genericentitymanager/entityview/genericentityview.adoc @@ -60,9 +60,13 @@ TopViewの設定画面を表示し、 `SearchResult List` を配置します。 |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 -|Hight +|Table Height |Main Areaに配置した場合の一覧の高さを指定します。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |Search asynchronously |チェックを入れた場合、非同期で検索処理を行います。 |=== diff --git a/developerguide/src/docs/asciidoc/genericentitymanager/topview/setting.adoc b/developerguide/src/docs/asciidoc/genericentitymanager/topview/setting.adoc index ac5b91d..b78b0d0 100644 --- a/developerguide/src/docs/asciidoc/genericentitymanager/topview/setting.adoc +++ b/developerguide/src/docs/asciidoc/genericentitymanager/topview/setting.adoc @@ -105,6 +105,10 @@ TOP画面でお知らせ一覧を表示するための設定を行います。 |Icon Tag |Fontawsomeによるアイコンタグを設定します。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 @@ -188,6 +192,11 @@ HTMLやJavascriptの記述ができます。 [cols="1,2a", options="header"] |=== |設定項目|設定内容 + +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |スクリプト |スクリプト編集画面を表示してGroovyTemplateの文法に従って記述します。 詳細は<<../../customizing/index.adoc#groovytemplate, GroovyTemplate>>を参照してください。 @@ -200,8 +209,13 @@ TOP画面に登録済みのテンプレートを表示します。 [cols="1,2a", options="header"] |=== |設定項目|設定内容 + |テンプレート |テンプレートを選択します。 + +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 |=== [[separator]] @@ -215,6 +229,10 @@ Separatorに他のパーツをドラッグ&ドロップで配置することが |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 + +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 |=== [[previewdate]] diff --git a/developerguide/src/docs/asciidoc/genericentitymanager/treeview/setting.adoc b/developerguide/src/docs/asciidoc/genericentitymanager/treeview/setting.adoc index 9bc466c..212cc79 100644 --- a/developerguide/src/docs/asciidoc/genericentitymanager/treeview/setting.adoc +++ b/developerguide/src/docs/asciidoc/genericentitymanager/treeview/setting.adoc @@ -138,6 +138,9 @@ TopView定義にTreeViewパーツを配置することでトップ画面に表 |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Max Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 |=== メインエリアに配置した場合、以下のようなツリーグリッドが表示されます。 diff --git a/developerguide/src/docs/asciidoc/workflow/setting.adoc b/developerguide/src/docs/asciidoc/workflow/setting.adoc index 072048b..f323551 100644 --- a/developerguide/src/docs/asciidoc/workflow/setting.adoc +++ b/developerguide/src/docs/asciidoc/workflow/setting.adoc @@ -1413,6 +1413,10 @@ TOP画面にユーザーに割り当てられたタスクの一覧を表示し |Class |スタイルシートのクラス名を指定します。複数指定する場合は半角スペースで区切って下さい。 +|Parts Height +|コンテンツ部分の最大高さを指定します。 +指定した高さを超える場合はスクロールバーが表示されます。未指定の場合は高さ制限はありません。 + |Height |タスク一覧の高さを設定します。