- OLE.class=NAMES()
/documentation/pages/Ref/Api/Objects/System/OLE/OLE.class=NAMES Method.xml
For internal use only.
- Class names Properties
/documentation/pages/Guides/Mobile and Web Components/TabbedUI/Tabbed UI Properties/Classnames/index.xml
Class names Properties
- Resolve abstract CSS class names
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/UX_Properties/Resolve abstract CSS class names.xml
Replace abstract CSS class names with physical CSS class names. This should only be un-checked if
you are in development mode and you want to determine what abstract CSS class name is for a particular element
in the component.
- Resolve abstract CSS class names
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Layout Options/Resolve abstract CSS class names.xml
Can view class names using the browser to see real physical class names.
- Getting and Setting Styles and Class Names
/documentation/pages/Ref/Client_Api/Core Libraries/Style and Class Functions/index.xml
The JavaScript functions below provide an easy way to get and set the in-line style, can class of HTML elements. The passed in argument of "ELEMENT" can be a pointer to an HTML element, or the ID or NAME of an HTML element. The functions will automatically fetch the element if you pass in an ID or NAME.
- Class map
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Layout Options/Class map.xml
Loads the Class Map Overrides Dialog. Allows you to override the way in which any of the Abstract CSS Class Names are mapped to Physical Class Names. When the Component is designed, all of the HTML controls in the component use Abstract CSS Class Names (e.g. [class.gridPartInput]). When the Component is run, the Absrtact CSS Class Names are converted to Physical CSS Class Names (e.g GlassBlueInput). The Class Map is used to convert Abstract CSS Class Names to Physical Class Names
- Class map
/documentation/pages/Guides/Mobile and Web Components/TabbedUI/Tabbed UI Properties/TabbedUIProperties/classmap.xml
Specify how the abstract CSS class names used in this component map to physical CSS class names in your style sheets.
- OLE.class=METHODS()
/documentation/pages/Ref/Api/Objects/System/OLE/OLE.class=METHODS Method.xml
For internal use only.
- Object Names
/documentation/pages/Ref/Desktop_Api/Layout/Object/Object Names.xml
An object name must be alphanumeric, can contain ?_', must start with a letter, and must be unique in its container. For example, if a form has two buttons, the buttons must have different names. But if you have two different forms, the buttons on each form can have the same name. Alpha Anywhere will automatically fix object names that break these rules. For example if you open two copies of the Customer form, the objects will be named Customer and CustomerN (where N is an additional character that makes the name unique, e.g. Customer1).
- Tab band
/documentation/pages/Guides/Mobile and Web Components/TabbedUI/Tabbed UI Properties/Classnames/tabband.xml
Specify the class name for the tab band. Specify to use the default class associated with the Tabbed UI style you selected.