11/10/2024 11:54:12 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss using & developing the legacy SalesLogix Web Client (For versions 7.0 and earlier). View the code of conduct for posting guidelines.
|
|
|
|
Creating tabs
Posted: 26 Dec 06 1:37 PM
|
fiogf49gjkf0d I want to create a left nav item under Ticket List; when you click on it, I want to be able to bring up a screen that has tabs on it. How can I do this? |
|
|
|
Re: Creating tabs
Posted: 28 Dec 06 2:56 AM
|
fiogf49gjkf0d Just copy the account or contact implementation (copy accmain, call it xmain, and replace all template references within to your own, i.e. acctabdata to xtabdata, accinfo to xinfo). |
|
|
|
Re: Creating tabs
Posted: 29 Dec 06 9:36 AM
|
fiogf49gjkf0d Depending upon what other functionality you wish to implement, you will also need to tinker around with TopNav.
For instance, TopNav keeps track of which view (List or Detail) and what entity is being displayed. It feeds that info to the Group Manager, and additionally hides or displays the Group List. Also, things like Mail Merge, Create Activities or Notes are somewhat linked to what is currently displayed, and depending on your implementation you might want to hide/alter some of the available features. Again, this is all done on TopNav and related Javascripts.
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|