Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ff1d9658
Commit
ff1d9658
authored
Oct 06, 2016
by
Carsten Rose
Browse files
richtexteditor.html: added 'auto_focus' to second RTE.
parent
f000706b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mockup/richtexteditor.html
View file @
ff1d9658
...
...
@@ -57,27 +57,25 @@
<div
class=
"form-group"
>
<div
class=
"col-md-2"
>
<label
for=
"text"
class=
"control-label"
>
Rich Text Editor
</label>
<label
for=
"text"
class=
"control-label"
>
Rich Text Editor
(default)
</label>
</div>
<div
class=
"col-md-6"
>
<textarea
id=
"text"
class=
"qfq-tinymce"
name=
"rte"
>
Input
</textarea>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-md-2"
>
<label
for=
"text:2"
class=
"control-label"
>
Rich Text Editor
</label>
<label
for=
"text:2"
class=
"control-label"
>
Rich Text Editor
(plugins, autofocus)
</label>
</div>
<div
class=
"col-md-6"
>
<textarea
id=
"text:2"
class=
"qfq-tinymce"
name=
"rte"
data-config=
"{ "plugins": "advlist autolink link image lists charmap print preview"}"
>
Input
data-config=
"{ "plugins": "advlist autolink link image lists charmap print preview"
, "auto_focus": "text:2"
}"
>
Input
</textarea>
</div>
</div>
<button
type=
"submit"
>
Do
</button>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment