In order to better display quick help. quick links, etc., I want to make a new component (say RightColumn) that can receive a list of components and add them on page (in the right side). This component will be used to display components such as quick help, download link, etc. I have thought of a solution to pass those components from page to RightColumn component. I was thinking of giving unique ids to components that we want to display in the right side. And inside the RightColumn component to check the list of all components against the passed list and display the passed components.
But I'm wondering if this works. For example, if we have a custom component into a page which has a quick help, I think that we want to pass just the id of the quick help because we want to display just the quich help in the right side. However, if that component is used twice, than we will not have unique ids. Any thoughts will be welcome. Laurentiu _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
