You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this attributes to render pages based on the schema added on menuSchema.js without reloading browser.
This attribute can be used on any HTML attribute, the default events of the HTML attribute will be prevented & the page will be rendered without window reload.
data-n-linkto = 'testPage'
This will render the test page based on the schema added on menuSchema.js.
data-n
data-n = 'form'
data-n-element
data-n-element = 'dynamic-field-container'
data-n-dynamic-element
Use this Attribute when we dynamically appending HTML to a HTML element.
This attribute is just a custom attribute, the funcionalities need to be developed based on the requirement by targeting the attribute.