, ,

Basic Layout Customizations

  The content of the includes section are appended inside the final form html. You can add any additional scripts to be included in the form, or define your required styles. For example : Code     <style> .pf-required-field…
, ,

First Look

When the installer finishes you should notice the newly added options on SharePoint's toolbars, under List Settings. There is a new group called BPC PowerWebForms containing three buttons: NewForm, EditForm and ViewForm Options.   In…
, ,

Registering PowerForms/HTML for a list

Registering PowerForms HTML to work with a Sharepoint list is a very easy process. All that is required is to navigate to the preferred list and then click on one of the buttons located on the far right side of the List Ribbon Bar.           Will…
, ,

Helper Methods

PowerForms helper methods is a collection of methods used to help with the creation of scripts.   pf.ParseDate The above method can be used to easily create a Date object. Date objects can then be used to retrieve year, month and…
, ,

The ImageCheckBox control

The ImageCheckbox control is just like an ordinary checkbox, but instead of having a box to tick, you can use images for the checked/unchecked state.   Type : Checkbox Name Provides a unique name for the control. Binding Indicates…