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
alecs_myu
erp5
Commits
74901883
Commit
74901883
authored
Jun 01, 2015
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_manifest: update grid examples to include rowspan grid
parent
9668c1a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
11 deletions
+42
-11
bt5/erp5_web_manifest/PathTemplateItem/web_page_module/gadget_manifest_example_grid_css.xml
...Item/web_page_module/gadget_manifest_example_grid_css.xml
+5
-9
bt5/erp5_web_manifest/PathTemplateItem/web_page_module/gadget_manifest_example_grid_html.xml
...tem/web_page_module/gadget_manifest_example_grid_html.xml
+37
-2
No files found.
bt5/erp5_web_manifest/PathTemplateItem/web_page_module/gadget_manifest_example_grid_css.xml
View file @
74901883
...
...
@@ -96,13 +96,9 @@
</item>
<item>
<key>
<string>
text_content
</string>
</key>
<value>
<string
encoding=
"cdata"
>
<![CDATA[
html.ui-mobile body .ui-grid-container.ui-responsive >
ul > li {\n
width: auto;\n
}
]]>
</string>
</value>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
@@ -239,7 +235,7 @@ html.ui-mobile body .ui-grid-container.ui-responsive > ul > li {\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
943.1243
0.60990.54289
</string>
</value>
<value>
<string>
943.1243
1.32194.1262
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -257,7 +253,7 @@ html.ui-mobile body .ui-grid-container.ui-responsive > ul > li {\n
</tuple>
<state>
<tuple>
<float>
143
2305569.46
</float>
<float>
143
3196413.94
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
bt5/erp5_web_manifest/PathTemplateItem/web_page_module/gadget_manifest_example_grid_html.xml
View file @
74901883
...
...
@@ -168,8 +168,43 @@
<li>
Row 2-5
</li>
\n
<li>
Row 2-6
</li>
\n
</ul>
\n
</section>
\n
\n
<section
class=
"ui-content-header-plain ui-bar-c"
>
\n
<h3>
\n
<span
class=
"ui-icon ui-icon-custom ui-icon-envelope"
>
</span>
\n
Grid spanning multiple columns\n
</h3>
\n
</section>
\n
<section
class=
"ui-content-section ui-body-c ui-grid-container ui-responsive"
>
\n
\n
<ul
class=
"ui-grid-column ui-grid-column-3"
>
\n
<li>
Row-3-1
</li>
\n
<li
class=
"ui-grid-span-2"
>
SPAN 2
</li>
\n
</ul>
\n
\n
<ul
class=
"ui-grid-column ui-grid-column-4"
>
\n
<li>
Row-4-1
</li>
\n
<li
class=
"ui-grid-span-2"
>
SPAN 2
</li>
\n
<li>
Row 4-4
</li>
\n
</ul>
\n
\n
<ul
class=
"ui-grid-column ui-grid-column-5"
>
\n
<li>
Row-5-1
</li>
\n
<li
class=
"ui-grid-span-3"
>
SPAN 3
</li>
\n
<li>
Row 5-5
</li>
\n
</ul>
\n
\n
<ul
class=
"ui-grid-column ui-grid-column-6"
>
\n
<li
class=
"ui-grid-span-2"
>
SPAN 2
</li>
\n
<li>
Row 6-3
</li>
\n
<li>
Row 6-4
</li>
\n
<li>
Row 6-5
</li>
\n
<li>
Row 6-6
</li>
\n
</ul>
\n
\n
</section>
\n
\n
</article>
\n
\n
<script
src=
"rsvp.js"
type=
"text/javascript"
></script>
\n
...
...
@@ -316,7 +351,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
943.
12426.5051.27374
</string>
</value>
<value>
<string>
943.
27342.50456.37597
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -334,7 +369,7 @@
</tuple>
<state>
<tuple>
<float>
143
2305425.71
</float>
<float>
143
3201321.57
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
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