Beej
Posts: 0
Joined: Tue Jul 01, 2014 1:56 am

Editor text indent

The editor seems generally excellent. Would like to see a setting for it to change the number of spaces in the text indent (specifically to 2).

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Editor text indent

Beej,

You can do it with CSS rule:
prediv textarea[dsid = "mobiletextarea"] {
text-indent: 50px;
}
/pre

Where mobiletextarea - text area component name

Or add Class Name in properties and add CSS asset with code:
pre .ClassName {
text-indent: 50px;
}/pre

Beej
Posts: 0
Joined: Tue Jul 01, 2014 1:56 am

Editor text indent

Thanks, but I'm speaking about the Appery development JS & CSS editor. Would be nice to have an option for a 2-space indent.

Return to “Issues”