javascript click action not working on list view

joezart

New Member
I have created a list that is shown on the frontend with an elements that has a javascript "click" action.

Once you are at the frontend and place over the elements on the list:

FIRST
The "little hand" do not show up

SECOND
The click action is not executed

Situation:
If I click the pencil icon on the list, this will open a new screen with the register's info. Here if you place mouse over the element the little hand will not show up (FIRST again), but the javascript will execute.

QUESTIONS:
How to solve these 2 events?
 
The built in Javascript events only run in form view, not list view.

What element type is it? Adding a 'click' event in Javascript doesn't alter the mouse pointer behaviour at all, it won't become a 'hand' icon. It just means that when you click in / on that form input, the event will be fired. So when you click on a radio button, or click in to a text field, or click on a dropdown down menu, the event will fire.

So it sounds like things are behaving exactly like they should. No visible change to anything, just a JavaScript action that gets fired when you click.

What exactly are you trying to achieve? What action are you doing on the event?

-- hugh
 
Javascript click action not working on list view Reply to Thread

Thanks cheesegrits

What I'm trying to achieve is to have a control panel showing some buttons once you click on any of them it will re-direct you to a new screen.

That is why I have been asking about "Replace with icons"

http://fabrikar.com/forums/showthread.php?t=31679

and javascript no running under list views

Which presents 2 big NO NO for what I need

The event would be of course to re-direct to an internal url address

thanks
 

Attachments

  • index_form.png
    index_form.png
    40.1 KB · Views: 122
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top