First of all, thank you - just found this thing and it's brilliant!
Am trying to turn the Classes selector into a dropdown menu like the Container selector. From some code in another post, I've got down to this:
- Code: Select all
fPostInit: function(wym) {
jQuery(wym._box).find(wym._options.sClassesSelector)
.addClass("wym_dropdown")
.find(sWYM_H2)
.append("<span> ></span>");
}
But that doesn't seem to do anything. Does anyone know an easy way to do this? Sorry, my JS isn't very advanced, so much as I tried, I can't figure it out from the source code.
Thanks loads,
Frank