Version

SmartWebControl Class Fields

For a list of all members of this type, see SmartWebControl members.

Protected Fields
 NameDescription
Protected FieldClientEventsIdID-value that must be used to create SmartClientSideEvent  
Protected FieldclientScriptRegisterKeyUsed to register the Javascript file.  
Protected FielddefaultJavaScriptFileNameDefault location and script filename for the main Javascript file supporting this SmartWebControl's client-side processing.  
Protected FieldDefaultJavaScriptFileNameCommonDefault location and script filename for the shared Javascript file providing base services to all client-side SmartWebControl elements.  
Protected FielddefaultStyleSheetFileNameDefault location and css filename for the style definitions used by default for this control  
Protected FieldIsAtlas  
Protected FieldjavaScriptFileThe javascript file name for the control.  
Protected FieldnoCssValue true means that no css should be rendered. It can be used when control is invisible or something like that. For example, DataProvider.  
Protected FieldnoScriptValue true means that no script should be rendered. It can be used when control does not have any script model. For example, DataProvider.  
Protected FieldrendererThe SmartRenderer responsible for providing rendering services.  
Protected FieldresourceJavaScriptName of embedded resource for main java script file Control is responsible for proper value of that variable, which should point to embedded location of file. Its value can be initialized in constructor of control.  
Protected FieldstyleInfoName  
See Also