[ANN] Tabbed and Tagged Pages Widgets

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Tabbed and Tagged Pages Widgets

keith1y
Hello All,

I have just posted an initial release to the pieraddons repository which
provides a Tabbed and Tagged pages widget.

The "Tagged" pages widget lists those pages with a given "Tag" (or
children if no tag is specified) below either the current page or a
specific target page/structure.

The "Tabbed" pages widget presents the above list as a set of tabs, with
the selected tab rendered. This uses the kalsey css that is part of the
standard seaside style library.

To load the package:

(Installer http: 'mc.lukas-renggli.ch') project: 'pieraddons'; install:
'Pier-TabbedPagesWidgets'.

best regards

Keith

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Tabbed and Tagged Pages Widgets

keith1y
>
> The "Tabbed" pages widget presents the above list as a set of tabs, with
> the selected tab rendered. This uses the kalsey css that is part of the
> standard seaside style library.
>  
A dropdown list variant is also implemented

Keith

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Tabbed and Tagged Pages Widgets

Tudor Girba-3
Hi,

I gave the TabbedPages a try, but I get all sorts of errors due to  
missing methods when using it with the latest Pier.

Am I doing something wrong?

Cheers,
Doru

On Nov 11, 2007, at 9:37 PM, Keith Hodges wrote:

>>
>> The "Tabbed" pages widget presents the above list as a set of  
>> tabs, with
>> the selected tab rendered. This uses the kalsey css that is part  
>> of the
>> standard seaside style library.
>>
> A dropdown list variant is also implemented
>
> Keith
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

--
www.tudorgirba.com
www.tudorgirba.com/blog

"We cannot reach the flow of things unless we let go."



_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Tabbed and Tagged Pages Widgets

keith1y
Tudor Girba wrote:

> Hi,
>
> I gave the TabbedPages a try, but I get all sorts of errors due to  
> missing methods when using it with the latest Pier.
>
> Am I doing something wrong?
>
> Cheers
>  
> Doru
>  
Hi Doru,

I thought I mentioned this in the package history, sorry if I didn't.

Due to the number of small add-ons that I have been making I have had to
move extensions to Seaside and the base image to somewhere else.

There is a package in http://www.squeaksource.com/311 called
'Kernel-Extensions' this provides

1. split/join
2. SmalltalkImage current cleanUpAll.
3. #firstOrNil.

The Jetsam package available from http://www.squeaksource.com/Jetsam has
a number of extensions to Seaside. (I dont think Tabbed pages depends
upon these)

best regards

Keith

p.s. if there are any methods missing other than #firstOrNil I would
have to know specifics




_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki