Home
last modified time | relevance | path

Searched refs:textarea (Results 1 – 25 of 375) sorted by path

12345678910>>...15

/plugin/aceeditor/
H A DNEWS8 * Use same font family as textarea
16 * Use same font size and line height as textarea
49 * Preserve border and margin styles of textarea
100 * Toggle between Ace and textarea
H A Dbuild.js1textarea=this.textInput.getElement(),this.keyBinding=new l(this),this.$mouseHandler=new a(this),ne…
H A Dplugin.info.txt6 desc Replace textarea with Ace editor
H A Dstyle.css7 textarea.edit {
/plugin/aclauditor/
H A Dadmin.php282 ptln(' <textarea name="aclaudit_scenario_content">'.$this->scenario.'</textarea><br />');
H A Dstyle.css1 #aclauditor_scnform textarea {
/plugin/addressbook/
H A Dstyle.css103 .plugin_addressbook_editform textarea{
/plugin/aimg/
H A Dscript.js954 var textarea = form.getElementsByTagName('textarea');
955 if (textarea && (/content/).test(textarea.item(0).className))
956 textarea.item(0).value = oldContent;
997 var textarea = form.getElementsByTagName('textarea');
998 …if (textarea && (/content/).test(textarea.item(0).className)) {newContent = textarea.item(0).value…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css273 .amcharts-export-fallback textarea {
H A Dexport.js535 var textarea = document.createElement( "textarea" );
540 div.appendChild( textarea );
546 textarea.setAttribute( "readonly", "" );
547 textarea.value = data;
548 textarea.focus();
549 textarea.select();
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
H A Dnewstemplate_de.txt8 text |textarea|cols="63" rows="7" | |Deine Neuigkeit: |msgdescr
H A Dnewstemplate_en.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
H A Dnewstemplate_it.txt8 text |textarea|cols="63" rows="7" | |Your news article:|msgdescr
/plugin/animation/styles/
H A DshCore.css26 .syntaxhighlighter textarea {
87 .syntaxhighlighter table td.code .container textarea {
107 .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
/plugin/autotabber/
H A DREADME.md11 * The Esc key temporarily disable Auto Tabber. It is re-enabled once the textarea loses focus
/plugin/batchedit/
H A Dinterface.css208 #batchedit #be-mainform textarea.be-edit {
/plugin/behave/
H A Dbehave.js87 textarea: null, property in defaults
118 var theEditor = defaults.textarea,
165 defaults.textarea.style.tabSize = tabSize; return;
175 return defaults.textarea.selectionStart;
193 if (defaults.textarea.setSelectionRange) {
194 defaults.textarea.focus();
196 } else if (defaults.textarea.createTextRange) {
205 var textAreaElement = defaults.textarea,
261 defaults.textarea.value = data;
531 defaults.textarea.value = edited;
[all …]
H A Dscript.js12 textarea: document.getElementById('wiki__text'),
/plugin/bez/
H A Dstyle.css198 .bds_form textarea {
309 #entities_form textarea {
493 .bez_form textarea {
629 .bez_comments textarea {
/plugin/blogtng/helper/
H A Dcomments.php504 $textarea = $form->addTextarea('wikitext')
510 $textarea->addClass('error');
/plugin/blogtng/
H A Dstyle.css213 div.dokuwiki form#blogtng__comment_form textarea,
214 div.dokuwiki form#blogtng__comment_edit_form textarea {
235 div.dokuwiki form#blogtng__comment_form textarea,
236 div.dokuwiki form#blogtng__comment_edit_form textarea {
260 div.dokuwiki textarea.error {
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css12 --textarea-border-color: var(--color-grey-225-10-15);
13 --textarea-color: var(--color-grey-225-10-15);
79 .dmn-literal-expression-container .textarea .content,
80 .dmn-literal-expression-container .textarea .content-editable {
97 /* textarea */
98 .dmn-literal-expression-container .textarea {
102 border: 1px solid var(--textarea-border-color);
106 color: var(--textarea-color);
111 .dmn-literal-expression-container .textarea div:focus {
115 .dmn-literal-expression-container .textarea.editor {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js16 …return bu}))}));wu.$inject=["components"];var _u={__init__:["textarea"],textarea:["type",wu]};func… property in _u
H A Ddmn-viewer.production.min.js16 …return Yl}))}));Ql.$inject=["components"];var Zl={__init__:["textarea"],textarea:["type",Ql]};func… property in Zl

12345678910>>...15