Entries by Konstantinos

, ,

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 {border-style: dotted; border-width: 2px; } .pf-button {background-color:blue; color:#ddd;} .pf-button:hover {color:#fff;background-color:#000000;cursor:pointer;} .pf-button:active {color:#fff;background-color:#f0713a;} .pf-button:disabled {color:#aaa;background-color:#f2f2f2;}  .pf-toolbar-button {height:80px;width:75px} […]

, ,

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 the most simple scenario, each button will present one option, to register/unregister the PowerForms components for new items,editing or view […]

, ,

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 day. DatePicker control values are simple strings. ParseDate can be used to turn DatePicker values to date […]