Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hamza
erp5
Commits
00684a73
Commit
00684a73
authored
13 years ago
by
Arnaud Fontaine
Browse files
Options
Download
Email Patches
Plain Diff
Move fullscreen and maximize button at the top of Ace editor (accessibility).
parent
a53a1433
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
bt5/erp5_ace_editor/SkinTemplateItem/portal_skins/erp5_ace_editor/ace_editor_support.xml
...eItem/portal_skins/erp5_ace_editor/ace_editor_support.xml
+4
-4
bt5/erp5_ace_editor/bt/change_log
bt5/erp5_ace_editor/bt/change_log
+3
-0
bt5/erp5_ace_editor/bt/revision
bt5/erp5_ace_editor/bt/revision
+1
-1
No files found.
bt5/erp5_ace_editor/SkinTemplateItem/portal_skins/erp5_ace_editor/ace_editor_support.xml
View file @
00684a73
...
...
@@ -119,6 +119,9 @@
font-family: monospace !important;\n
}"
>
\n
</style>
\n
\n
<input
type=
"button"
value=
"Maximize"
onclick=
"maximize()"
\n
class=
"ace_editor_action_button"
/>
\n
\n
<textarea
tal:attributes=
"id id; name id"
tal:content=
"content"
\n
style=
"display: none;"
></textarea>
\n
...
...
@@ -180,7 +183,7 @@
if(event.keyCode == 27) {\n
$(\'body\').css(\'overflow\', \'visible\');\n
ace_editor_container_div.removeClass(\'maximize\');\n
ace_editor_container_div.p
re
pendTo(ace_editor_container_div_parent_before_maximized);\n
ace_editor_container_div.
a
ppendTo(ace_editor_container_div_parent_before_maximized);\n
setContainerDivSize(event);\n
}\n
}\n
...
...
@@ -227,9 +230,6 @@
$$(\'${fullscreen_button}\').insertAfter($$(\'input.ace_editor_action_button\'));\n
};">\n
</script>
\n
\n
<input
type=
"button"
value=
"Maximize"
onclick=
"maximize()"
\n
class=
"ace_editor_action_button"
/>
\n
</tal:block>
]]>
</unicode>
</value>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_ace_editor/bt/change_log
View file @
00684a73
2012-02-28 arnaud.fontaine
* Move fullscreen and maximize button at the top of Ace editor (accessibility).
2012-02-15 arnaud.fontaine
* Use uncompressed version of ace editor source code for readability and debugging sake.
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_ace_editor/bt/revision
View file @
00684a73
5
\ No newline at end of file
6
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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