Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Action in INTERACTIVITY

Refine_A_
Beginner
493 Views

when I click page #home in action for button #lanjut, it does not appear in action. what should I do to redirect to div with "home" id?

 

0 Kudos
1 Reply
Chris_P_Intel
Employee
493 Views

Check your file to make sure it is well-formed.  ( https://validator.w3.org/ )  I have found that when the HTML has been edited to be invalid that the Interactivity pane may not correctly represent the bindings.

What framework are you using?  For App Framework and jQuery Mobile, binding to a page is simply a matter of setting the href on a hyperlink and being sure to set the data-role="button".  If I recall correctly.    The respective docs should have it.   For some of the other frameworks there will be an external script file (index_user_scripts.js) that is output that references an activate_page function.  It varies by framework. Consult the docs of your framework.

0 Kudos
Reply