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