You need to sign in to do that
Don't have an account?
How to create a Popup using visualforce ?
I'm new to visualforce and i know a way of creating a popup using javascript. Is there anyother way to create a popup which doesn't involve javascript?
I want my code to be a purely visualforce code
To do this would require going back to the controller to set a variable that controls the rendering of the outputPanel and might not be the best in terms of user experience. The great thing about javascript is it is all client side. I'd recommend using javascript for a popup as it will result in better user experience.
All Answers
To do this would require going back to the controller to set a variable that controls the rendering of the outputPanel and might not be the best in terms of user experience. The great thing about javascript is it is all client side. I'd recommend using javascript for a popup as it will result in better user experience.
This link would be ideal one for you because it is step by step explaination for your requirement.
Link - http://www.salesforcegeneral.com/salesforce-modal-dialog-box/
Thanks,
Have a great day ahead!
Let the Force be with you!
Please mark this as best answer if it helps you.
https://jqueryui.com/dialog/