This topic is locked

PHPR10 Field size not set

1/22/2019 10:59:07 AM
PHPRunner General questions
A
aalekizoglou author

Settings the fields' size in the editor page is not set to the runtime generated fields with the new bootstrap design. I see all of the inputs as follows:
<code>
<input id="value_strName_1" class="form-control" type="text" name="value_strName_1" maxlength="255" placeholder="" value="Test Name">

</code>
with no width="200px"

admin 1/22/2019

Settings like this are implemented via CSS. You won't see it in HTML code.

A
aalekizoglou author 1/23/2019



Settings like this are implemented via CSS. You won't see it in HTML code.


So if I want to set the size of the field what should I do?

Settings the size to 100px from fields->Edit As does not do anything. Tha same if I set the size from the designer->field properties.

All the fields are of the same size