` Printed Icetips Article

Icetips Article



Par2: Change width of web builder control
2000-04-02 -- Trond Kristiansen
 
To change the width of a control(entry-field) on a web-application.
(Web-builder)

Embeds: WebBeforeControl
      ?Company{prop:Width}=10

Michael Boston adds:
Set the Width on the Position Tab for the Control.
The skeleton line

in the entry.htm skeleton sets the width of the entry field.
The Width in the formula is the width you set on the Position Tab for the
properties for the control.
So for a Width of 30 dialog units you get a Tag attribute of size = (30+2)/4
= 8.
The Height is not considered in the skeleton.

It works for me.



Printed May 12, 2024, 4:38 am
This article has been viewed/printed 35119 times.