How can I create a user dependant toolbar ?

pinEdit

How can I create a user dependant toolbar ?


Pintexx Support 09-27-2005, 4:07

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();