Half Sized Blog Element (Single Author Style)
Half Sized Blog Element (Multi Author Style)
Using the SetCellColor method
SetCellColor is used to dynamically change the cell color of a control using scripting. To call the method: Code form.GetControl(“ControlName”).SetCellColor(“ColorCode“); where ControlName is the name of the control whose cell color you want to change and ColorCode is the HTML color’s code representation. For example, let’s assume we have a TextBox control called c_Country and a Button control, c_Control4 with an […]
Using the ParentListName method
A new method called ParentListName was added in the latest version of PowerForms HTML. This method can be called from a form used inside a ListAndForm control and will return the list name of the form containing the actual ListAndForm control. In order to call the new method, use: Code form.ParentListName(); The method is best used when […]
Using the SetCellColor method
SetCellColor is used to dynamically change the cell color of a control using scripting. To call the method: Code form.GetControl(“ControlName”).SetCellColor(“ColorCode“); where ControlName is the name of the control whose cell color you want to change and ColorCode is the HTML color’s code representation. For example, let’s assume we have a TextBox control called c_Country and a Button control, c_Control4 with an […]
Using the ParentListName method
A new method called ParentListName was added in the latest version of PowerForms HTML. This method can be called from a form used inside a ListAndForm control and will return the list name of the form containing the actual ListAndForm control. In order to call the new method, use: Code form.ParentListName(); The method is best used when […]





