Thursday, July 29, 2010 22:37

Webtop 6.5SP2 Fixed Problems – MAXLENGTH

Tagged with: ,
Posted by ukoom on Friday, July 24, 2009, 6:28
This news item was posted in Documentum, WDK Application category and has 0 Comments so far.

Missing MAXLENGTH support for string type of attributes (WEBTOP4521)
Text input controls (dmf:text and derived controls) in Documentum do not support the MAXLENGTH
attribute available in the HTML standard, an attribute that limits the number of characters a user
can enter in a text field.
Text input controls have been enhanced to support the MAXLENGTH attribute that can be defined
for string type of attributes. If MAXLENGTH has been defined for a string type of attribute, the value
of MAXLENGTH will determine the maximum number of characters that the user can enter in a text
field. For example, the MAXLENGTH attribute can be defined for a text control as follows:
<dmf:text name=”txtSearch” id=”txtSearch” size=”35″ maxlength=”40″
defaultonenter=”true” tooltipnlsid=’MSG_GO’ autocompleteid=
“ac_simplesearch”/>
Data dictionary bound controls such as dmfx:docbaseattributevalue, dmf:docbaseattribute, and
dmfx:docbaseattributelist set the maximum input length of the text control to the length defined for
the string type of attribute in the data dictionary.

Related Posts

Leave a Reply

You can leave a response, or trackback from your own site.