Difference between revisions of "CUI Components"
From AgileApps Support Wiki
Wikidevuser (talk | contribs) (→API) |
Wikidevuser (talk | contribs) |
||
Line 7: | Line 7: | ||
<ace-app-nav-list></ace-app-nav-list> | <ace-app-nav-list></ace-app-nav-list> | ||
</pre> | </pre> | ||
<hr> | |||
===API=== | ===API=== | ||
Revision as of 05:28, 18 October 2023
Overview
It will list down all the objects and web tabs which are configured in users tab preferences.
Selector: <ace-app-nav-list>
Use the following code to render the component:
<ace-app-nav-list></ace-app-nav-list>
API
Following attribute is available for ace-app-nav-list tag.
Attribute Description css-classlist It helps to specify css class(es) for the tag. Use whitespace to separate Multiple css classes.
Following events are dispatched by the ace-app-tabs-list tag:
Event Description selectionchange Event dispatched on clicking a row. load Event dispatched on loading the component. This provides the list of objects for the active application.