Saturday, January 14, 2017

changing the default Button Labels with Custom Text in PopUP dialog

when we create popUp with dialog we have been provided with one option for buttons.
when we select type as "YesNoCancel" in dialog properties, then pop looks like this 

save image


to change the Label name of these buttons we need to add out custom text in the following area.

Open the property inspector of the af:dialog. Set AffirmativeTextAndAccessKey="Click Yes", CancelTextAndAccessKey="Click cancel" , and NoTextAndAccessKey="Click No" as shown below:

save image

No comments:

Post a Comment