Click or drag to resize

PFItemHtmlHelperUtils Methods

The PFItemHtmlHelperUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetGridviewEditableRow
Generates Html of a gridview editable row representing a PFItem.

Result will contain Html or Error, set in the operation result tag.

Public methodStatic memberGetGridviewRow(PFItem, PFView, String, PFGridViewSettingsData_Items, Boolean, Boolean, PFTranslations, GetDisplayTextMethod, GetDisplayHtmlMethod, HtmlBuilder)
Generates Html of a gridview row representing a PFItem.

Result will contain Html or Error, set in the operation result tag or in the builder sent in parameters if not null.

Public methodStatic memberGetGridviewRow(PFItem, PFView, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Int32, Boolean, Boolean, Boolean, PFTranslations, GetDisplayTextMethod, GetDisplayHtmlMethod, HtmlBuilder, Boolean)
Generates Html of a gridview row representing a PFItem.

Result will contain Html or Error, set in the operation result tag or in the builder sent in parameters if not null.

Top
See Also