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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
7419da2e
Commit
7419da2e
authored
Jul 09, 2013
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZODB Components: inner{Weight,Width} is not applicable to window document (from jQuery API).
parent
5116b0fc
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 @
7419da2e
...
@@ -162,12 +162,12 @@
...
@@ -162,12 +162,12 @@
}\n
}\n
\n
\n
function setContainerDivSize(event) {\n
function setContainerDivSize(event) {\n
width = $(window).
innerW
idth() - ace_editor_container_div.offset().left * 2 - 1;\n
width = $(window).
w
idth() - ace_editor_container_div.offset().left * 2 - 1;\n
if(width
< 200
)\n
if(width
< 200
)\n
width =
200;\n
width =
200;\n
ace_editor_container_div.width(width);\n
ace_editor_container_div.width(width);\n
\n
\n
height =
$(window).
innerH
eight()
-
ace_editor_container_div.offset().top
*
2
-
1;\n
height =
$(window).
h
eight()
-
ace_editor_container_div.offset().top
*
2
-
1;\n
if(height
<
400)\n
if(height
<
400)\n
height =
400;\n
height =
400;\n
ace_editor_container_div.height(height);\n
ace_editor_container_div.height(height);\n
...
@@ -196,8 +196,8 @@
...
@@ -196,8 +196,8 @@
\n
\n
ace_editor_container_div.prependTo(body_element);\n
ace_editor_container_div.prependTo(body_element);\n
ace_editor_container_div.addClass(\'maximize\');\n
ace_editor_container_div.addClass(\'maximize\');\n
ace_editor_container_div.width($(window).
innerW
idth());\n
ace_editor_container_div.width($(window).
w
idth());\n
ace_editor_container_div.height($(window).
innerH
eight());\n
ace_editor_container_div.height($(window).
h
eight());\n
\n
\n
body_element.prepend(ace_editor_maximize_mode_message);\n
body_element.prepend(ace_editor_maximize_mode_message);\n
ace_editor_maximize_mode_message.css(\'opacity\', 1.0);\n
ace_editor_maximize_mode_message.css(\'opacity\', 1.0);\n
...
...
bt5/erp5_ace_editor/bt/change_log
View file @
7419da2e
2013-07-09 arnaud.fontaine
* ZODB Components: inner{Weight,Width} is not applicable to window document (from jQuery API).
2013-07-09 arnaud.fontaine
2013-07-09 arnaud.fontaine
* ZODB Components: Update ace_editor to 1.1.01.
* ZODB Components: Update ace_editor to 1.1.01.
...
...
bt5/erp5_ace_editor/bt/revision
View file @
7419da2e
7
8
\ No newline at end of file
\ 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