-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (21 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DhtmlMenu
=========
Simple DHTML menus anywhere on your page you want.
http://meteor-catalog.aura-software.com/widgets/4-dhmtl-menu
Installation
============
Install Meteor! :
http://www.aura-software.com/entries/5-how-to-install-meteor
Install the DHMTL Menu plugin
script/plugin install [email protected]:bretweinraub/dhmtl_menu.git
See the example below.
Example
=======
Give me a mouse-over pulldown with 3 entries:
<%= render_meteor_widget(::Meteor::Widget::DhtmlMenu::Spec.new(:name => "Objects",
:menu_items => [
["Genres","/genres"],
["Books","/books"],
["Authors","/authors"],
])) %>
Copyright (c) 2010 Aura Software LLC, released under the MIT license