function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ColinKenworthy2ColinKenworthy2 

Anyone using Visualforce and the YUI3 (Yahoo! User Interface) Library

I've used YUI2 (2.9.0) to successfully implement a modal dialog as described in this sfdc tutorial:

http://wiki.developerforce.com/page/Tutorial:_Modal_Dialogs_in_Visualforce_using_the_Yahoo!_User_Interface_Library

 

I've then gone on to use this in a command link in a page block table so that each each table row has a different modal dialog.

 

But YUI2 is no longer in development, it stops at 2.9.0. Yahoo! is on YUI3 and the libraries are different and it works in a different way to YUI2. I had a try but my panels would not show and my vavascript variables were undefined.

 

Is anyone using YUI3 with visualforce to create modal dialogs and can post some example code or skeleton code?

 

 

Thanks.