Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mukul
erp5
Commits
00684a73
Commit
00684a73
authored
Feb 28, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
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.
pre
pendTo(ace_editor_container_div_parent_before_maximized);\n
ace_editor_container_div.
ap
pendTo(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>
...
...
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.
...
...
bt5/erp5_ace_editor/bt/revision
View file @
00684a73
5
\ No newline at end of file
6
\ No newline at end of file
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