Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Pintexx Support at 09-27-2005 4:07 . Topic has 0 replies.

Print Search
Sort Posts:    
   09-27-2005, 4:07
Pintexx Support is not online. Last active: 30.12.2008 07:11:54 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.576
How can I create a user dependant toolbar ?

For creating a toolbar that differs per user you can use the user code parameter

ASP.Net
control.usercode = "user1"

WindowsForms/ActiveX
control.customtoolbarcode = "user1"

ASP,JSP,PHP
pinEdit.html?uc=user1


This code (any string) is passed to the toolbar and can be read in config_toolbar.js with method

var code = editGetUserCode();


   Report 
Pintexx Forum » Knowledge Base » pinEdit » How can I create a user dependant toolbar ?