Plumtree Portal UI  
 

ExpListPropEditView.GetHTMLEncryptedInput Method 

Return HTML for text input box

protected virtual HTMLInput GetHTMLEncryptedInput(
   int _nRowIndex,
   string _strValue,
   int _nInputMaxLength,
   int _nInputSize
);

Parameters

_nRowIndex
Row index
_strValue
Property value as string
_nInputMaxLength
_nInputSize

Return Value

Input for text value

See Also

ExpListPropEditView Class | com.plumtree.portaluiinfrastructure.expandablelist.properties Namespace