[ic] display tag

Corey Gilmore interchange-users@interchange.redhat.com
Thu Dec 6 14:22:01 2001


I am trying to fix a display issue in the admin ui of IC 4.6.5, that uses
the display tag

<font size=2><b>Dealer:</b></font>&nbsp;</td>
<td><font size=2>[display arbitrary=custview table=userdb column=dealer key="[loop-code]"]</font></td></tr>

if you are using an html enabled browser that munges that, the ic tag is:

[display arbitrary=custview table=userdb column=dealer key="[loop-code]"]

The only reference in the IC docs is:

http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=icadvanced06%2e02

which says:

If a row is found with one of those keys, then the information in the row
is used to set the display widget. If no row is found, an INPUT TYPE=TEXT
widget is displayed. If the data is all digits, a size of 8 is used,
otherwise the size is 60.

but also says:
The standard widget types are:
text
The default. Uses the fields:
    width   size of input box

Adding a width=20 has no effect though.

Any suggestions?

thanks,
corey