<font face="Arial, Verdana">On one of my screens, I have the idno defined like this:</font>
<placement code="idno"> <bundle>idno</bundle> <settings> <setting name="label" locale="en_US">Gigapan ID</setting> <setting name="add_label" locale="en_US">Gigapan ID</setting> <setting name="description" locale="en_US">The gigapan ID. This is typically the numerical portion at the end of the Gigapan's URL from gigapan.org</setting> </settings></placement>
<font face="Arial, Verdana">As rendered in HTML, the element looks like this:</font>
<font face="Arial, Verdana"></font>
<input type="text" name="idno_accession_number" id="idno_accession_number" value="" size="30" maxlength="30">
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">Where does the maxlength come from? I don't set it anywhere in my config xml, nor do I see it in the base.xml. The backing field in the DB appears to be a varchar(255). And I can't find where to change it in the settings. I'd rather not change it in the config XML at this point since I have existing data in the system and can't just blow it all away and start over. I did at least find the field in the editor UI settings (screenshot attached), but the values for width and height have no effect. </font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">Thanks!</font>