Hi Shawn,

The mavenized site v20030301 was uploaded to sourceforge.  Check it out to
see Luca's sexy screenshots.  Now how many messages to the mailing list do
you think we'll get asking why devgui doesn't produce ones like that (same
functionality though).

I will set a a "powered by" / "dbforms companion" link to pow2webgui, a framework useful to build web visual components. It's opensource, too.
For example, the "tab panel widget" showed into the pictures is builded using this library.


I also think it could be possible to extend devgui's xsl stylesheets
to render jsp pages that use this library.
Here's an example jsp source that uses the tabbedSelector tag:

<gui:tabbedSelector drawer      = "backoffice"
                    color       = "f0f0f0"
                    selectedTab = "items"
                    width       = "350">

  <gui:tab drawer = "backoffice"
           name   = "cat"
           title  = "<%=categoryTitle %>" followUp="<%=catItem_fUp %>"/>

  <gui:tab drawer   = "backoffice"
           name     = "items"
           title    = "<%=itemsTitle %>"
           followUp = "<%=itemList_fUp %>">
    ... panel content here ...
  </gui:tab>

  <gui:tab drawer  =  "backoffice"
           name    =  "news"
           title   =  "<%=newsTitle  %>"
           followUp = "<%=newsList_fUp %>"/>

</gui:tabbedSelector>


Shawn

Regards, Luca




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to