Half Sized Blog Element (Single Author Style)

Half Sized Blog Element (Multi Author Style)

, ,

The Label control

The Label control is a simple but yet very powerful control in PowerForms/HTML, since it can contain any kind of HTML content required. So it can serve as a simple control caption, or it can display complex data retrieved from a List Query or a web service call. Type : Label Name Provides a unique […]

, ,

Control Properties and Methods

The form control represents an object that holds the details for the control on the form (type, position, layout details, etc). References to those objects can be obtained using the form.GetControl(name) method. GetValue() Return type : string Gets the current value of the corresponding control. Note : Date controls return the date in ANSI format (yyyy-MM-dd and […]

, ,

The Label control

The Label control is a simple but yet very powerful control in PowerForms/HTML, since it can contain any kind of HTML content required. So it can serve as a simple control caption, or it can display complex data retrieved from a List Query or a web service call. Type : Label Name Provides a unique […]

, ,

Control Properties and Methods

The form control represents an object that holds the details for the control on the form (type, position, layout details, etc). References to those objects can be obtained using the form.GetControl(name) method. GetValue() Return type : string Gets the current value of the corresponding control. Note : Date controls return the date in ANSI format (yyyy-MM-dd and […]