...
To enable the Design Your Canvas utility in your application you must configure the following parameters in the systempreferences.properties file:
Code Block | ||
---|---|---|
| ||
# This property will decideindicate whether to enable the Design Your Canvas. DYC_ENABLE_IND = Y # This property will define the list of layouts needed for Design Your Canvas. DYC_VALID_LAYOUT_CATAGORIES_FOR_APPSTORE=Stack, Two-Column,Three-Column # This property will define the app limit for Design Your Canvas. DYC_ALLOWED_WIDGETS_LIMIT_FOR_APPSTORE = 9 # This property will define whether to add "All Categories" an option which shows all # the apps for selection irrespective of their entitlement products in Apps Available section. DYC_INCLUDE_ALL_CATAGORY_IN_APPSTORE = Y # This property will define the list of menu that are acceptable in Design Your Canvas . DYC_CUSTOM_WORKSPACE_MENU_ITEMS = CT_CHILD_MENU1, CT_TAB_WSPACE, CT_STACK_WSPACE1, CT_STACK_WSPACE2, CT_STACK_WSPACE3 # This property will define the default workspace that will be used by Design Your Canvas to get default menu. DYC_DEFAULT_WORKSPACE = CT_TAB_WSPACE |
...
To enable the Redesign Your Canvas utility in your application you must configure the following parameters in the systempreferences.properties file:
Code Block | ||
---|---|---|
| ||
# This property willindicates whether defineto anenable indicatorRedesign toYour enableCanvas redesignor canvasnot. RYC_ENABLED_IND=Y |