Thursday 1 May 2014

Client.Shownotification Modal Window In zk .


  1. <zk>
  2. <window id="w" height="100%" width="100%" position="center, center">
  3.     <hlayout>
  4.         <button onClick='Clients.showNotification("Some Text", Clients.NOTIFICATION_TYPE_WARNING, null, "middle_center", 3000)' label="No referenced component" autodisable="self"/>
  5.         <button onClick='Clients.showNotification("Some Text", Clients.NOTIFICATION_TYPE_WARNING, w, "middle_center", 3000)' label="referenced component specified" autodisable="self"/>
  6.     </hlayout>
  7. </window>
  8. </zk>

No comments:

Post a Comment