Client.Shownotification Modal Window In zk .
- <zk>
- <window id="w" height="100%" width="100%" position="center, center">
- <hlayout>
- <button onClick='Clients.showNotification("Some Text", Clients.NOTIFICATION_TYPE_WARNING, null, "middle_center", 3000)' label="No referenced component" autodisable="self"/>
- <button onClick='Clients.showNotification("Some Text", Clients.NOTIFICATION_TYPE_WARNING, w, "middle_center", 3000)' label="referenced component specified" autodisable="self"/>
- </hlayout>
- </window>
- </zk>
No comments:
Post a Comment