Page 1 of 1

Editor text indent

Posted: Sat Jul 19, 2014 3:39 am
by Beej

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).


Editor text indent

Posted: Sat Jul 19, 2014 6:08 am
by Alena Prykhodko

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


Editor text indent

Posted: Sat Jul 19, 2014 6:22 am
by Beej

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