Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Don't understand Event.addBehavior for filter-menu
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Togg  
View profile  
 More options Jun 12 2010, 1:12 pm
From: Togg <t...@togg.de>
Date: Sat, 12 Jun 2010 10:12:37 -0700 (PDT)
Local: Sat, Jun 12 2010 1:12 pm
Subject: Don't understand Event.addBehavior for filter-menu
Can someone please explain how the javascript event action is
activated for the filter-menu?

I saw in hobo-rapid.js that a event is added to form.filter-menu, but
I couldn't trace down how its finally got activated.
The problem is when I add a own filter-menu item, it doesnt activate
the event.

This is what I have in my index.dryml:

          <form action="&request.request_uri" class="filter-menu"
method="get"><div class="hidden-fields"></div>
            <div>
            <select name="show">
              <option value="">All</option>
              <option value="complete">Complete</option>
              <option value="incomplete">Incomplete</option>
            </select>
            </div>
          </form>

How can I activate the Event.addBehaviour for this filter-menu?
Maybe someone also knows how to use a enum in the filter-menu options
to prevent writing everything again...

Thanks,
Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.