Umm... but where would you add this annotation?

Also, the name presupposes that the components would be rendered in tabs,
whereas it might in the future be within an accordion or some other widget.

A thought I had was that Isis would somehow remember which tabs were open
using some sort of cookie, so that the next time around it would
auto-select the previous view.  That might be doable (not sure if it should
be per instance or per class; probably the latter).


On 25 January 2013 00:14, Christian Steinebach <
[email protected]> wrote:

> In case of a formal API could it be something like
>
> @Memberorder(tabsequence="1")
> or
> @Taborder(sequence="1")
> or just
> @Tabdefault
>
> But I have no idea how much work that would be
> and I don't think it's very important.
>
>            Christian
>
>
> ________________________________________
> From: Dan Haywood [[email protected]]
> Sent: Thursday, January 24, 2013 9:40 AM
> To: [email protected]
> Subject: Re: gmap
>
> You could do this by:
> * subclassing CollectionContentsLinksSelectorPanel and override
> determineInitialFactory() method,
> * subclassing CollectionContentsLinksSelectorPanelFactory to create your
> new panel
> * in ComponentFactoryRegistrarForQuickStart, use
> componentFactories.replace(...) to replace
>  CollectionContentsLinksSelectorPanelFactory with your new factory
>
> We should perhaps provide some sort of formal API for this, any suggestions
> welcome.
>
> Cheers
> Dan
>
> On 23 January 2013 18:47, Christian Steinebach <
> [email protected]> wrote:
>
> > Hi!
> >
> > Is there a way to tell Isis to use the chart display as a default
> > instead of the table view?
> >
> >            Christian
>

Reply via email to