toble tabs change order

Hi,

In a .view I have a normal CAF toggle component. It works fine.

The users now want that each one can customize his tab order.

Is it possible for drag&drop for tabs?

Is there a CAF build-in mechanism for user UI preferences or do I have to persist the preferences in a custom DB table?

I'm interested for both wM 7.1.3 and 8.2.

br,
Vlad

I haven’t tried this. I don’t think that CAF supports this. We’d probably have to implement some functionality to support this.

Not out of the box (accept for the prebuilt column preferences for SearchResults portlets). The common pattern is to store the user UI preferences as CSV strings and store as portlet preferences. You then use those preferences for your UI controls.

Hope this helps.
–mark

Hi,

In the MWS 8.2 administration console (for Administrator) I can drag&drop tabs.

If I’m not mistaking this console is built in CAF. How did they do it?

br,
Vlad