From: <fg...@us...> - 2008-06-20 14:34:47
|
Revision: 841 http://openutils.svn.sourceforge.net/openutils/?rev=841&view=rev Author: fgiust Date: 2008-06-20 07:34:46 -0700 (Fri, 20 Jun 2008) Log Message: ----------- docs Added Paths: ----------- trunk/openutils-mgnlcontrols/src/site/ trunk/openutils-mgnlcontrols/src/site/apt/ trunk/openutils-mgnlcontrols/src/site/apt/grid.apt trunk/openutils-mgnlcontrols/src/site/apt/index.apt trunk/openutils-mgnlcontrols/src/site/changes/ trunk/openutils-mgnlcontrols/src/site/changes/changes.xml trunk/openutils-mgnlcontrols/src/site/resources/ trunk/openutils-mgnlcontrols/src/site/resources/images/ trunk/openutils-mgnlcontrols/src/site/resources/images/grid.png trunk/openutils-mgnlcontrols/src/site/site.xml Added: trunk/openutils-mgnlcontrols/src/site/apt/grid.apt =================================================================== --- trunk/openutils-mgnlcontrols/src/site/apt/grid.apt (rev 0) +++ trunk/openutils-mgnlcontrols/src/site/apt/grid.apt 2008-06-20 14:34:46 UTC (rev 841) @@ -0,0 +1,38 @@ + -------------------------- + openutils-mgnlcontrols + -------------------------- + Fabrizio Giustina + -------------------------- + +The grid control + + The grid control is a {{{http://extjs.com/}extjs}} powered spreadsheet like grid that can be used in magnolia dialogs. + + In order to use it you need to configure a control with the controlType property set to "grid" and declare the number/name of the grid columns and the number of rows. + + The image below shows how the control looks in a dialog: + + [images/grid.png] + + +Saving data + + The grid control save all its content as a single fields (a newline/tab delimited string). You will need to parse this + value in your jsp templates. + +Configuration + ++------------------------------------------------------+ + + [*] footer + [*] columns + [*] col0 + header Text + [*] col1 + header Link + + controlType grid + label links + rows 8 + ++------------------------------------------------------+ Property changes on: trunk/openutils-mgnlcontrols/src/site/apt/grid.apt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Added: trunk/openutils-mgnlcontrols/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlcontrols/src/site/apt/index.apt (rev 0) +++ trunk/openutils-mgnlcontrols/src/site/apt/index.apt 2008-06-20 14:34:46 UTC (rev 841) @@ -0,0 +1,24 @@ + -------------------------- + openutils-mgnlcontrols + -------------------------- + Fabrizio Giustina + -------------------------- + +About openutils-mgnlcontrols + + openutils-mgnlcontrols is a custom {{{http://www.magnolia.info}magnolia}} module which adds useful controls (at this time one) + that can be used in magnolia dialogs. + + <<This module requires magnolia 3.5.x, and will not work on any earlier version!>> + + The module needs to be installed as usual, by declaring an additional dependency into your pom or by manually dropping the jar + into magnolia. If you are installing it manually, please note that you will also need to install + {{{http://openutils.sourceforge.net/openutils-mgnltasks}openutils-mgnltasks}} + + After installing the openutils-mgnlcontrols module, you will be able to use the new control types in dialogs. See the + {{{grid.html}grid control documentation}} for details. + + +Released versions + + {{{http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-mgnlcontrols}http://www.mvnrepository.com/artifact/net.sourceforge.openutils/openutils-mgnlcontrols}} Property changes on: trunk/openutils-mgnlcontrols/src/site/apt/index.apt ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Added: trunk/openutils-mgnlcontrols/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlcontrols/src/site/changes/changes.xml (rev 0) +++ trunk/openutils-mgnlcontrols/src/site/changes/changes.xml 2008-06-20 14:34:46 UTC (rev 841) @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!-- + "type" attribute can be: add, remove, update or fix. +--> +<document> + <properties> + <title>Changes</title> + <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> + </properties> + <body> + <release version="3.5" date="2008-06-20" description="first release"> + <action type="new" dev="fgiust">Initial public release. Version numbering starts from 3.5 to match the + compatible magnolia version.</action> + </release> + </body> +</document> \ No newline at end of file Property changes on: trunk/openutils-mgnlcontrols/src/site/changes/changes.xml ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Added: trunk/openutils-mgnlcontrols/src/site/resources/images/grid.png =================================================================== (Binary files differ) Property changes on: trunk/openutils-mgnlcontrols/src/site/resources/images/grid.png ___________________________________________________________________ Name: svn:mime-type + image/png Added: trunk/openutils-mgnlcontrols/src/site/site.xml =================================================================== --- trunk/openutils-mgnlcontrols/src/site/site.xml (rev 0) +++ trunk/openutils-mgnlcontrols/src/site/site.xml 2008-06-20 14:34:46 UTC (rev 841) @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="Openutils mgnlstripes"> + <publishDate position="navigation-bottom" format="yyyy-MM-dd" /> + <version position="navigation-bottom" /> + <bannerRight> + <name>Openutils</name> + <src>http://openutils.sourceforge.net/images/openutils-logo.png + </src> + <href>http://openutils.sourceforge.net</href> + </bannerRight> + <bannerLeft> + <name>Sourceforge</name> + <src>http://sourceforge.net/sflogo.php?group_id=150467&amp;type=2</src> + <href>http://www.sourceforge.net/projects/openutils</href> + </bannerLeft> + <body> + <head> + <link rel="icon" href="images/favicon.ico" /> + </head> + <breadcrumbs> + <item name="openutils" href="http://openutils.sourceforge.net/" /> + <item name="openutils-mgnlcontrols" href="http://openutils.sourceforge.net/openutils-mgnlcontrols" /> + </breadcrumbs> + <menu name="openutils mgnlcontrols"> + <item name="Intro" href="index.html"></item> + <item name="Grid control" href="grid.html"></item> + </menu> + <menu ref="modules" inherit="bottom" /> + <menu ref="reports" inherit="bottom" /> + </body> + <skin> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-maven-skin</artifactId> + <version>1.1</version> + </skin> +</project> Property changes on: trunk/openutils-mgnlcontrols/src/site/site.xml ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |