Hi Jean-Francois,
I also needed this badly, so I created a fix for this. This way you can use
the listable properties again, and even sort on columns.
i created a custom annotation for this:
[code]
@DataTypeListableProperties(
propertyNames={"id","name"},
orderBy="name",
columnLabels={"dialog.topic.id.label", "dialog.topic.name.label"})
[/code]
However, it is not publicly available (yet).
If you can wait a day or two, I can create a module or patch for this.
Best regards,
Erik Alphenaar
www.Orange11.nl
On Wed, Jul 4, 2012 at 4:49 PM, Jean-Francois Nadeau (via Magnolia Forums) <
[email protected]> wrote:
> I would like to use Blossom to manage the dialogs for the data workspace.
> When I create a dialog in adminCentral, I can add the property list=true to
> a control and the field will be displayed in a column in AdminCentral. This
> is usefull to rapidly see my data instead of clicking each element to see
> what it contains.
>
> [url=
> http://documentation.magnolia-cms.com/reference/controls.html#Commonproperties]Magnoliacontrols
> properties : look for the property "list"[/url]
>
> In blossom I tried this without success.
> DialogEdit dialogEdit = tab.addEdit("description", "Description", "");
> dialogEdit.setConfig("list", true);
>
> This is sad because I will not be able to use blossom because of this.
>
> --
> Context is everything:
> http://forum.magnolia-cms.com/forum/thread.html?threadId=f2ab5b31-4343-4741-b1c9-a74877fa411e
>
>
> ----------------------------------------------------------------
> For list details, see
> http://www.magnolia-cms.com/community/mailing-lists.html
> Alternatively, use our forums: http://forum.magnolia-cms.com/
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
>
>
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------