FormTextarea::setCodeEditor
menjadikan textarea berbentuk code editor
setCodeEditor($bool_is_code_editor = true, $syntax= 'css');
- $bool_is_code_editor: Boolean apakah mode "code editor" diaktifkan ataukan tidak
- $syntax: String jenis syntax untuk highlight code dengan pilihan: "css", "html", "js", "php", "python", "vb", "xml", "c", "cpp", "sql", "basic", "pas" atau "brainfuck"
File Path: includes/lib/pea/form/FormTextarea.php
membuat input field yang berupa tag HTML textarea
0 Comment
Post Your Comment