Click or drag to resize

PFFieldHtmlHelper Class

Provides methods to generate controls for Packflow fields.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFFieldHtmlHelper

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static class PFFieldHtmlHelper

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