Child pages
  • Layout Container
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Refresh page Mar 29, 2024 07:42

Supported Clients
SmartClient WebClient NGClient

Property Summary
String cssClasses The css classes to be output for html tag.
String elementId The id to be output for html tag.
String location The x and y position of the component, in pixels, separated by a comma.
String name The name of the form.
String size
String tagType The tag type for html output.

Property Details

cssClasses

The css classes to be output for html tag.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

elementId

The id to be output for html tag.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

location

The x and y position of the component, in pixels, separated by a comma.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

name

The name of the form.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

size

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

tagType

The tag type for html output. Default value is 'div'.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 
 

  • No labels