Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
Commits
88b82752
Commit
88b82752
authored
Feb 28, 2013
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to recent RednerJs.
parent
0cc0f3c9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
..._skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
+8
-6
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.min.js.xml
...ns/erp5_jquery/jquery/plugin/renderjs/renderjs.min.js.xml
+3
-3
bt5/erp5_jquery_plugin_renderjs/bt/revision
bt5/erp5_jquery_plugin_renderjs/bt/revision
+1
-1
No files found.
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.js.xml
View file @
88b82752
...
...
@@ -12,7 +12,7 @@
</item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts620
57361.38
</string>
</value>
<value>
<string>
ts620
60037.0
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
...
...
@@ -338,7 +338,7 @@ var RenderJs = (function () {\n
},\n
\n
addGadget: function (dom_id, gadget_id, gadget, gadget_data_handler,\n
gadget_data_source) {\n
gadget_data_source
, bootstrap
) {\n
/*\n
* add new gadget and render it\n
*/\n
...
...
@@ -356,7 +356,9 @@ var RenderJs = (function () {\n
tab_gadget = tab_container.find(\'#\' + gadget_id);\n
\n
// render new gadget\n
RenderJs.bootstrap(tab_container);\n
if (bootstrap !== false) {\n
RenderJs.bootstrap(tab_container);\n
}\n
\n
return tab_gadget;\n
},\n
...
...
@@ -521,13 +523,13 @@ var RenderJs = (function () {\n
},\n
\n
addNewTabGadget: function (dom_id, gadget_id, gadget, gadget_data_handler,\n
gadget_data_source) {\n
gadget_data_source
, bootstrap
) {\n
/*\n
* add new gadget and render it\n
*/\n
var tab_gadget;\n
tab_gadget = RenderJs.addGadget(\n
dom_id, gadget_id, gadget, gadget_data_handler, gadget_data_source\n
dom_id, gadget_id, gadget, gadget_data_handler, gadget_data_source
, bootstrap
\n
);\n
\n
// we should unregister all gadgets part of this TabbularGadget\n
...
...
@@ -932,7 +934,7 @@ var RenderJs = (function () {\n
</item>
<item>
<key>
<string>
size
</string>
</key>
<value>
<int>
36
763
</int>
</value>
<value>
<int>
36
851
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_jquery_plugin_renderjs/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/renderjs/renderjs.min.js.xml
View file @
88b82752
This diff is collapsed.
Click to expand it.
bt5/erp5_jquery_plugin_renderjs/bt/revision
View file @
88b82752
23
\ No newline at end of file
24
\ 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