Method | Description | |
---|---|---|
GetInputControlName ( IUIFormField formField ) : string |
Get the name to use for an input control representing a IUIFormField.
|
|
GetLabelControlName ( IUIFormField formField ) : string |
Get the name to use for a label control representing a IUIFormField.
|
|
GetUIFormControlName ( IUIForm uiForm ) : string |
Get the name to use for a control representing a IUIForm.
|
|
GetUniqueControlNameWithin ( IControlHabanero containerControl, string name ) : string |
Determines a unique name for the control within the context of the controls that already exist in the containerControl.
|
public GetInputControlName ( IUIFormField formField ) : string | ||
formField | IUIFormField | The |
return | string |
public GetLabelControlName ( IUIFormField formField ) : string | ||
formField | IUIFormField | The |
return | string |
public GetUIFormControlName ( IUIForm uiForm ) : string | ||
uiForm | IUIForm | The |
return | string |
public GetUniqueControlNameWithin ( IControlHabanero containerControl, string name ) : string | ||
containerControl | IControlHabanero | The control within which the supplied |
name | string | The name to be altered for uniqueness. |
return | string |