You need to sign in to do that
Don't have an account?
adsfasdfasdfasd
Visualforce splash pages?
Back in the days of yore, we had splash pages made out of S-Controls -- you may have heard of them...
Anyway, now that S-Controls are old-fashioned, we need to replace our old S-Controls with Visualforce pages. Not a big deal, except that the buttons at the bottom of the splash page -- the Don't Show This Again and Continue buttons that were added automatically for any S-Control splash page -- those buttons are gone!
What's the best way to get these buttons to show up on a VF splash page?
Thanks,
John
Ispita_Navatar
I think the best way to handle this to a create a component with the buttons and functionality you desire, as custom Visualforce components allows one to encapsulate common design patterns and then reuse those patterns in one or more Visualforce pages.