Revision #6 has been created by pc131 on Nov 29, 2010, 9:58:32 PM with the memo:
updated again
« previous (#5)
Changes
Title
unchanged
Using the jqueryslidemenu plugin with CMenu
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
Interface, Menu, Widgets
Content
changed
[...]
-----------------
We are going to use it in our main.php layout file for the sake of the example -and because it is the place where we, most of us, will use it.
First we register the required css and js files for our menu.
Put this code inside < head
> section <
/head
> of yii/your_app/protected/views/layout/main.php
```php
// remember that you can actually point to the js files directly if
// your script file is outside of protected/subfolders[...]