krysalis-menu/forrestdocs/src/documentation/content/xdocs faq.xml,1.1,1.2 index.xml,1.5,1.6
Glen Stampoultzis <[email protected]> Thu, 17 Mar 2005 11:51:11 +0000
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31560/forrestdocs/src/documentation/content/xdocs
Modified Files:
faq.xml index.xml
Log Message:
Patch to support safari and fix for dynamically generated components
Index: index.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.xml 16 Feb 2005 04:38:54 -0000 1.5
--- index.xml 17 Mar 2005 11:51:08 -0000 1.6
***************
*** 128,166 ****
<source><![CDATA[
<div jwcid="@menu:MenuBar">
! <div jwcid="@menu:MenuDropDown" title="File">
! <div jwcid="@menu:MenuItem" submenu="ognl:components.newSubmenu">New</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.open">Open</div>
! <div jwcid="@menu:MenuItem" submenu="ognl:components.closeSubmenu">Close</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.save" disabled="true">Save</div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem">Print</div>
! <div jwcid="@menu:MenuItem">Properties</div>
! </div>
! <div jwcid="@menu:MenuDropDown" title="Edit">
! <div jwcid="@menu:MenuItem" image="ognl:assets.cutImage">Cut</div>
! <div jwcid="@menu:MenuItem" image="ognl:assets.copyImage">Copy</div>
! <div jwcid="@menu:MenuItem" image="ognl:assets.pasteImage">Paste</div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.find">Find</span></div>
! <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.replace">Replace</span></div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem" col2Block="ognl:components.checkboxBlock">Case Sensitive</div>
! <div jwcid="checkboxBlock@Block"><span jwcid="@Checkbox" selected="ognl:checkbox"/></div>
! </div>
! </div>
! <div jwcid="newSubmenu@menu:SubMenu">
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newDocument">Document</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newReport">Report</div>
! </div>
! <div jwcid="closeSubmenu@menu:SubMenu">
! <div jwcid="@menu:MenuItem">Close All</div>
! <div jwcid="@menu:MenuItem">Close Current</div>
</div>
-
]]></source>
<p>
! This menu consists of two drop downs and a couple of
submenus. MenuItem components can serve in a similar
maner to DirectLink components or a directlink (or any other
--- 128,170 ----
<source><![CDATA[
<div jwcid="@menu:MenuBar">
! <div jwcid="@menu:MenuDropDown" title="File">
! <div jwcid="@menu:MenuItem" submenu="ognl:components.newSubmenu">New</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.open">Open</div>
! <div jwcid="@menu:MenuItem" submenu="ognl:components.closeSubmenu">Close</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.save" disabled="true">Save</div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem">Print</div>
! <div jwcid="@menu:MenuItem">Properties</div>
! </div>
! <div jwcid="@menu:MenuDropDown" title="Edit">
! <div jwcid="@menu:MenuItem" image="ognl:assets.cutImage" directLink="ognl:listeners.cut">Cut</div>
! <div jwcid="@menu:MenuItem" image="ognl:assets.copyImage" directLink="ognl:listeners.copy">Copy</div>
! <div jwcid="@menu:MenuItem" image="ognl:assets.pasteImage" directLink="ognl:listeners.paste">Paste</div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.find">Find</span></div>
! <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.replace">Replace</span></div>
! <div jwcid="@menu:MenuSep"/>
! <div jwcid="@menu:MenuItem" col2Block="ognl:components.checkboxBlock">Case Sensitive</div>
! <div jwcid="checkboxBlock@Block"><span jwcid="@Checkbox" selected="ognl:checkbox"/></div>
! </div>
! <div jwcid="@menu:MenuDropDown" title="Window">
! <div jwcid="@Foreach" source="ognl:windows" value="ognl:currentWindow">
! <div jwcid="test@menu:MenuItem"><span jwcid="@Insert" value="ognl:currentWindow"/></div>
! </div>
! </div>
! <div jwcid="newSubmenu@menu:SubMenu">
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newDocument">Document</div>
! <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newReport">Report</div>
! </div>
! <div jwcid="closeSubmenu@menu:SubMenu">
! <div jwcid="@menu:MenuItem">Close All</div>
! <div jwcid="@menu:MenuItem">Close Current</div>
! </div>
</div>
]]></source>
<p>
! This menu consists of three drop downs and a couple of
submenus. MenuItem components can serve in a similar
maner to DirectLink components or a directlink (or any other
***************
*** 174,180 ****
<p>
Submenus can be added by creating SubMenu components.
! Unlike the other components these are placed outside the
! MenuBar component. Submenu's are references by adding
! a submenu attribute to the MenuItem component.
</p>
<p>
--- 178,183 ----
<p>
Submenus can be added by creating SubMenu components.
! Submenu's are referenced by adding a submenu attribute
! to the MenuItem component.
</p>
<p>
***************
*** 280,289 ****
<p>
At the moment Krysalis Menu has been tested against
! Explorer 6.0 and Mozilla Firebird 1.0 but more testing
! is needed for other browsers and browser versions. It's
! not planned to work on all older browsers - specifically
! IE 4 and Netscape Navigator 4 and older are not being
! considered as they do not include good support for newer
! versions.
</p>
</section>
--- 283,293 ----
<p>
At the moment Krysalis Menu has been tested against
! Explorer 6.0 and Mozilla Firebird 1.0. Recently we received
! a patch with makes the menu work with safari however more
! testing is needed for other browsers and browser versions.
! There are no specific plans to work on all older browsers -
! specifically IE 4 and Netscape Navigator 4 and older are not being
! considered as the JavaScript would probably need to be twisted into
! a hideous mess to get these browsers to work nicely.
</p>
</section>
Index: faq.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** faq.xml 7 Dec 2004 02:46:18 -0000 1.1
--- faq.xml 17 Mar 2005 11:51:08 -0000 1.2
***************
*** 89,93 ****
straight to Tapestry is that releases need to be syncronized
with the Tapestry releases. During early development this
! is not desirable.
</answer>
</faq>
--- 89,105 ----
straight to Tapestry is that releases need to be syncronized
with the Tapestry releases. During early development this
! is not desirable. Whether this happens at all will of course
! be up to the Tapestry developers.
! </answer>
! </faq>
! <faq id="features">
! <question>What features to you plan to add in the future?</question>
! <answer>
! Immediate plans are to create some type of menu model that would
! allow menu generation from Java code. I'd want to avoid loosing
! the ability to declare it in the HTML so this feature should
! not be going away. Other potential features include better
! error reporting and more flexibility in defining the behaviour
! of the menus.
</answer>
</faq>
***************
*** 95,101 ****
<question>How can I help with the development of Krysalis Menu?</question>
<answer>
! The area's in most need at the moment is cross browser testing.
At the time of writing we've only tested this release on
! Internet Explorer 6.0 and Mozilla Firefox 1.0.
</answer>
</faq>
--- 107,115 ----
<question>How can I help with the development of Krysalis Menu?</question>
<answer>
! The area in most need at the moment is cross browser testing.
At the time of writing we've only tested this release on
! Internet Explorer 6.0 and Mozilla Firefox 1.0. A patch has
! also been applied that should hopefully allow the code to run
! on the Safari browser.
</answer>
</faq>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click