anybody written a "tab folder"/<dtml-tab> feature?
The zope management interface has a nice tab folder "widget". Sure would be nice if there was a <dtml-tab> Thanks, Albert
the ZMI doesn't have a tab called "widget". Not in any of the 2.2.x or 2.3.x or 2.4.x Or in other words, I've never seen one.
The zope management interface has a nice tab folder "widget". Sure would be nice if there was a <dtml-tab>
What would a <dtml-tab> do? Writing DTML tags is easy if you search for the How-Tos on it and there's plenty of examples to download and follow. But bare in mind, don't extend DTML too much because you're not supposed to do too much with DTML. Use Python instead. Peter
I believe that the reference was to manage_tabs. Or in other words, the you've seen what he's talking about, but you didn't quite read carefully what he wanted. Unfortunately, I'm not sure that such a beast exists other than in the ZMI. On 01 Aug 2001 09:30:02 +0200, Peter Bengtsson wrote:
the ZMI doesn't have a tab called "widget". Not in any of the 2.2.x or 2.3.x or 2.4.x Or in other words, I've never seen one.
The zope management interface has a nice tab folder "widget". Sure would be nice if there was a <dtml-tab>
What would a <dtml-tab> do? Writing DTML tags is easy if you search for the How-Tos on it and there's plenty of examples to download and follow.
But bare in mind, don't extend DTML too much because you're not supposed to do too much with DTML. Use Python instead.
Peter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- "There's never enough time to do | M. Adam Kendall all the nothing you want." | mak@kha0s.org -Bill Watterson (Calvin and Hobbes) | http://www.zopelabs.com
I believe that the reference was to manage_tabs. Or in other words, the you've seen what he's talking about, but you didn't quite read carefully what he wanted. Unfortunately, I'm not sure that such a beast exists other than in the ZMI.
What beast?
participants (3)
-
Albert Ting -
M. Adam Kendall -
Peter Bengtsson