Windchill Client Architecture Common Components
Tag includeConfirmDialog


This tag provides all the framework for a Dojo based JS dialog. The implementer can declare this tag and show the dialog by using the syntax dialogId.show( ); Each dialog included in a page should have a unique ID, however the tag may be included multiple times.


Tag Information
Tag Classcom.ptc.core.components.tags.components.IncludeConfirmDialogTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
dialogIdtruetruejava.lang.StringThe id of the dialog. This should not contain any spaces as it is used in Javascript logic.
okOnClicktruetruejava.lang.StringThe action to invoke when the ok button is clicked. This can be any text which is allowed to used within a onClick event.
cancelOnClickfalsetruejava.lang.StringThe action to invoke when the cancel button is click. This can be any text which is allowed to be used within a onClick event. By default this action is set to close the dialog and take no additional action.
okLabelfalsetruejava.lang.StringThe label for the ok button. By default this is "Ok"
cancelLabelfalsetruejava.lang.StringThe label for the cancel button. By default this is "Cancel"

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.