View Picklist - Multi Value Edit Box 2.3.a
View Picklist - Multi Value Edit Box 2.3.a
Jun 30, 2011
Apache License
147

You can now have this control inside the partial refresh id that the control refreshes.

If you need to refresh a panel this control is located on you will need to call

 

var &nbsp;dijit1 = dijit.byId(&#39;#{javascript:getClientId(theidofthedialog)}&#39;);</div>

dijit1.destroyRecursive(false);</div>

 

var &nbsp;dijit1 = dijit.byId(&#39;#{javascript:getClientId(compositeData.dialogID)}&#39;);

&nbsp;//alert(dijit1.id + &quot; &nbsp;Gone!!!&#39;&quot;);

&nbsp;dijit1.destroyRecursive(false);