Friday, May 16th, 2008
from YUIblog: Yahoo! is starting a new version of their training program, Yahoo! Juku, where they'll be training some of - as the blog puts it - tomorrow's front-end rock stars. While you may not be able to register, be not dismayed - the training videos will be uploaded ...
Posted in Platforms, Resource, Internet, Web Design, Web Development, Javascript | No Comments »
Thursday, November 8th, 2007
To have tinyMCE toggle-able, it needs to be initiated using the ‘none’ mode option i.e.
tinyMCE.init({
mode : "none"
})
Two methods of the class will then come in handy. The first method adds the editor instance when a button is clicked (or any other specified event occurs) while the second method removes the ...
Posted in Web Development, Javascript | No Comments »