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).
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).
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
Thanks, but I'm speaking about the Appery development JS & CSS editor. Would be nice to have an option for a 2-space indent.