Hello:
We have several iviews, where both administrator and portal user can do modifications and personalization(only for the user) etc.
For example changing the display string for a list item, or add an additional item to the list etc.
For user personalization, we have to enable the
'personalize' icon in the tray of the iview. But for administrator or/and user to modify the display text of a list item or add an extra item to the list, what help
we got from portal ? Like basically is there a iview personalization class we can extend or reference ? Otherwise doing everything by ourselves is lot of work and needs lot of design changes.
Thank you very much for your helpful advices,
Prasad Nutalapati
yes this is possible, but not very good documented. you may extend the doEdit() method in AbsractportalComponent. See Prt Guide on SDN.
oliver
Add a comment