Click or drag to resize

PFFieldHtmlHelper Methods

The PFFieldHtmlHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDisabledAttribute
Gets "disabled" attribute depending on a boolean value.
Public methodStatic memberGetFieldControlId(PFField, Int64, String)
Returns an unique HTML control Id based on current field name. Note : characters ".", "_" and " " are automatically removed from the controlName.
Public methodStatic memberGetFieldControlId(PFField, Int64, String, String)
Returns an unique HTML control Id based on current field name. Note : characters ".", "_" and " " are automatically removed from the controlName.
Public methodStatic memberGetFieldControlProperties
Gets Id and Name properties for an HTML control.
Public methodStatic memberLimitTextSize
FromTrustedHtmlLimits the size of a text. If the text size exceeds the maxLength, removes last characters and appends " ...".
Top
See Also