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).
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.