You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "James Yong (JIRA)" <ji...@apache.org> on 2018/01/14 13:48:05 UTC

[jira] [Updated] (OFBIZ-10164) Splitter Widget

     [ https://issues.apache.org/jira/browse/OFBIZ-10164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Yong updated OFBIZ-10164:
-------------------------------
    Attachment: OFBIZ-10164.patch
                vertical.png
                horizontal.png

Uploaded first-cut patch for proof of concept.
The 2 images are to be placed in themes/common/webapp/common/js/jquery/plugins/splitter/img folder.
Go to https://localhost:8443/catalog/control/main to view a demo.

> Splitter Widget
> ---------------
>
>                 Key: OFBIZ-10164
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10164
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: James Yong
>            Assignee: James Yong
>            Priority: Minor
>             Fix For: Trunk
>
>         Attachments: OFBIZ-10164.patch, horizontal.png, vertical.png
>
>
> A new splitter widget that will use a tag named 'splitter'.
> This splitter tag has the following attributes:
> a. sizes = [25, 75] where the containers within will be splitted with a ratio of 25% and 75%
> b. parentId which is the ID of the parent container
> c. direction = vertical or horizonal (default)
> The splitter tag can only contains container(s) as immediate child.
> Using the library from http://nathancahill.github.io/Split.js/ which is licensed under MIT license.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)