Recherche
Résultats de la recherche
- Adding new Applications to IDM Designer palette
-
This is a short tutorial about adding new applications (palette entries) to the Designer palette. After an application is added to the palette it becomes quite easy to create a driver for that application. All you need to do is drag the application ico ...
Article - tvivek - 30 Apr 2012 - 2:27pm - 1 comment - 1 attachment - 2 groups
- Identity Manager Form Script API
-
... var btn = JUICE.UICtrlUtil.addButton(ctrl, "mybtn", "A", "tooltip", "javascript:alert(\"clicked A\");"); Example of an in-line ... btn1 = JUICE.UICtrlUtil.addButton(ctrl, "mybtn1", "B", "tooltip", function(){ alert("clicked B"); } ); Example of ...
Article - rduym - 17 Nov 2011 - 12:02pm - 1 comment - 1 attachment - 2 groups
- Adding UserApp Buttons, with Form Scripts or HTML
-
... var btn = JUICE.UICtrlUtil.addButton(ctrl, "mybtn", "A", "tooltip", "javascript:alert(\"clicked A\");"); And here's an example of an ... btn1 = JUICE.UICtrlUtil.addButton(ctrl, "mybtn1", "B", "tooltip", function() { alert("clicked B"); } ); Try this out. If you still ...
Article - rduym - 12 Dec 2007 - 12:21pm - 1 comment - 1 attachment - 2 groups
- Setting Up Subversion with LDAP and IDM Designer
-
... . Select the project you want to import. Notice that the Tooltip Help even tells you who last updated it, and when. 3 . Click ...
Article - dgersic - 5 Dec 2007 - 7:06pm - 1 comment - 1 attachment - 1 group
