OutSystems Forge 日本語データベース

Dynamic Drop Down Menu Sample

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-08-07 1.0.0 Junaid Ahmed Syed All All How-tos
これは、追加のJQuery / JavaScriptコードなしで純粋なOutSystemsウィジェットを使用してダイナミックメニュー/サブメニューの実装を示すサンプルコンポーネントです。
このコンポーネントは、OutSystemsウィジェットを使用して動的メニュー/サブメニューを実装する方法を示しています。 このコンポーネントは、追加のJQuery / Javascriptコードを使用しません。 インターフェース側では、主にRich WidgetsドロップダウンメニューとList Recordsウィジェットを使用して開発されています。 データベース側では、デフォルトMenuItem、MenuSubItem、User_Role、Role、カスタムテーブルRole_Menuを使用します。 Role_Menuは、特定のロールがアクセスできるロールとメニュー/サブメニューとの間のマッピングを保持するものである。 同じデータベース構造を使用することに制限はなく、要件に応じて変更することができ、それに応じて集約を変更する必要があります。 注 - このコンポーネントは、どのアプリケーションにも直接使用できるプラグインではありません。

[Overview]
This is a sample component demonstrating implementation of dynamic Menus/Sub Menus purely using OutSystems widgets without any additional JQuery/JavaScript code
[Detail]
This component demonstrates how dynamic menus/sub menus can be implemented using OutSystems widgets. This component does not use any additional JQuery/Javascript code. On interface side, it is developed using mainly the Rich Widgets Drop Down Menu and List Records widgets. On database side it makes use of default MenuItem, MenuSubItem, User_Role, Role and a custom table Role_Menu. Role_Menu is the one that holds mapping between roles and menus/sub menus a particular role has access to. There is no limitation to use same database structure, it can vary based on one's requirement and then aggregates need to be modified accordingly. Note - This component is not a plugin that can be directly used into any application.
戻る