TIWCGJQGlobalConfigOptions.NS Property

The namespace used in data attributes (e.g., data-role). Can be set to any string, including a blank string which is the default. When using, it's clearest if you include a trailing dash, such as "mynamespace-" which maps to data-mynamespace-foo="...".

If you use data- namespacing, you will need to update/override one selector in the theme CSS. The following data selectors should incorporate the namespace you're using: ~

.ui-mobile [data-mynamespace-role=page], .ui-mobile [data-mynamespace-role=dialog], .ui-page { ...

Namespace: IWCGJQMGlobalConfig
published
 property NS: string index 14 read GetStringValue write SetStringValue stored IsStringStored;

Property Value

Type: string