Rich Text Area width

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Rich Text Area width

Post by SkayyHH » 2015-04-28 18:23

Hello, is there a solution to set the width for richt text areas? The rich text field is more wide than the other input fields.

Thanks much and best regards, kai

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: Rich Text Area width

Post by Satya Kavala » 2015-04-30 06:35

Hi SkayyHH,
please find '<%%HTMLAREA(address)%%>' tag in your required filename_templateDV.html template in templates folder of your project.
it looks like below

<div class="form-group">
<label for="school" class="control-label col-lg-3">School</label>
<div class="col-lg-7"> // here you can arrange the width by reducing the col-lg-9 to 7 or 8 and etc...
<%%HTMLAREA(school)%%>
</div>
</div>

have a nice day
Thanks&Regards
Satya Kavala
[email protected]

SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Re: Rich Text Area width

Post by SkayyHH » 2015-04-30 07:09

Hello,

thank you very much for your help!

Is there a solution to change this with hooks? The templates will be generated new after every change.

Thanks again,

Kai

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: Rich Text Area width

Post by Satya Kavala » 2015-04-30 10:43

Hi Kai,
it was depending upon the css so in hooks folder there are no changes. But I think it may be done by using java script we can change the css of a particular field depending upon the id .
Thanks&Regards
Satya Kavala
[email protected]

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: Rich Text Area width

Post by Satya Kavala » 2015-05-14 12:16

Hi,

If you want the solution please PM me the template file and screenshot of the template then i can make the changes and send it to you back.
Thanks&Regards
Satya Kavala
[email protected]

Post Reply