By nadongtae on
I like YUI panel very much, so i want to include it into drupal to make some blocks can be drapped & dropped. Can i do it ?
I like YUI panel very much, so i want to include it into drupal to make some blocks can be drapped & dropped. Can i do it ?
Comments
absolutely!
I've used it several times in Drupal with complete success.
YUI is rather large, however so I'd recommend keeping it out of the theme and putting it into a block which you then deploy on those pages where you need to use it.
Download the files, put them in /files (or somewhere publically accessible on your site)
Then, make a block that contains the
tags to call the source files Put that block on those pages you wish to use the YUI calls. You should be good to go!That's good news !
Thanks your very much ! I wonder if you can show me an example ?
Example to use YUI
Can you show me an example to use YUI?