Form width
Hi,
I need to set the modal form to a bigger width (as seen on the image my text area is spread too thin).

Is there a way to achieve this in the Geocortex Viewer? (i tried with the common.css using:
.gcx-forms-textArea1 textarea {
width: 800px;
}
.gcx-forms-form2 form {
width: 800px;
}
Thanks
-
Hi Ricardo,
The Inject CSS activity could be used before running the Display Form to set a default width: .gcx-forms.defaults or for particular forms.
Thanks, Stefan
0 -
So, it should be:
.gcx-forms.defaults{
width:800px;
}
for all of the forms.
What if I only want one form, could you provide the script, please?
Thanks?
0 -
Yes. There's currently no way to specify by Id a particular form.
As an alternative, you could add another Inject CSS after that Display Form with a new setting for the width.
Thanks, Stefan
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
3 kommentarer