Difference between revisions of "CUI Components"

From AgileApps Support Wiki
(Created page with "==ace-app-nav-list== It will list down all the objects and web tabs which are configured in users tab preferences.<br> '''Selector''': <code><ace-app-nav-list></code><br> Use...")
 
Line 3: Line 3:
'''Selector''': <code><ace-app-nav-list></code><br>
'''Selector''': <code><ace-app-nav-list></code><br>
Use the following code to render the component:  
Use the following code to render the component:  
<nowiki><ace-app-nav-list></ace-app-nav-list></nowiki>
<pre>
<ace-app-nav-list></ace-app-nav-list>
</pre>
Following attribute is available for ace-app-nav-list tag.
Following attribute is available for ace-app-nav-list tag.

Revision as of 05:24, 18 October 2023

ace-app-nav-list

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>

Following attribute is available for ace-app-nav-list tag.