Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Hamza
erp5-Boxiang
Commits
ba90b7fa
Commit
ba90b7fa
authored
Jan 14, 2013
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
follow API changes of renderjs.
parent
ae2d060e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_style/Form_asRenderJSGadget.xml
...l_skins/erp5_xhtml_gadget_style/Form_asRenderJSGadget.xml
+1
-1
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_style/gadgets/tabular_gadget/gadget.xml
...erp5_xhtml_gadget_style/gadgets/tabular_gadget/gadget.xml
+4
-3
bt5/erp5_xhtml_gadget_style/bt/revision
bt5/erp5_xhtml_gadget_style/bt/revision
+1
-1
No files found.
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_style/Form_asRenderJSGadget.xml
View file @
ba90b7fa
...
...
@@ -61,7 +61,7 @@
<div
data-gadget-cacheable=
"1"
\n
tal:attributes=
"data-gadget string:gadgets/form/${field_type}/gadget?field_name=${field_name};\n
id string:${form_id}_${field_name};\n
data-gadget-cache-id string:
${form_id}_${field_name};"
></div>
\n
data-gadget-cache-id string:${form_id}_${field_name};"
></div>
\n
\n
</div>
\n
</div>
\n
...
...
bt5/erp5_xhtml_gadget_style/SkinTemplateItem/portal_skins/erp5_xhtml_gadget_style/gadgets/tabular_gadget/gadget.xml
View file @
ba90b7fa
...
...
@@ -90,9 +90,10 @@
<!--Form render goes here -->
\n
<div
id=
"form_gadget"
\n
tal:attributes=
"data-gadget string:${current_form_id}/Form_asRenderJSGadget;\n
data-gadget:data-source string:Form_asJSON?form_id=${current_form_id};\n
data-gadget:data-handler string:ERP5Form.update;\n
data-gadget:property string: {"cacheable": "1", "cache_id": "${current_form_id}"}"
>
\n
data-gadget-source string:Form_asJSON?form_id=${current_form_id};\n
data-gadget-handler string:ERP5Form.update;\n
data-gadget-cacheable string:1;\n
data-gadget-cache-id current_form_id;"
>
\n
</div>
\n
\n
</div>
\n
...
...
bt5/erp5_xhtml_gadget_style/bt/revision
View file @
ba90b7fa
10
\ No newline at end of file
11
\ 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