<td><a data-ex-href-content=".URL" data-ex-onclick-content="myfunction">my text</a></td>
or <td><a data-ex-href-content=".URL" class="myfunction" >my text</a></td> and set the onclick event at your js section Saludos, -- luismiguel (@lmorillas) 2015-05-04 11:39 GMT+02:00 Andrea Borruso <[email protected]>: > Hi all, > thank you, I made a few steps forward. > > I have changed all the syntax from simile exhibit 2 to 3. But I'm still > missing something. > > I have applied my code to this demo website > http://petrusino.opendatasicilia.it/index_test.html > > In the cells of the column I have highlighted in the below image I have > inserted this kind of code: > > <td><a data-ex-href-content=".URL" data-ex-onclick-content=".URL">my > text</a></td> > > And I obtain: > > <td><a href="http://samplesite.com" onclick="http://samplesite.com">my > text</a></td> > > I know that it's the right result. But I would like to obtain something > like: > > <td><a href="http://samplesite.com" > onclick="myfunction('http://samplesite.com');">my text</a></td> > > And I do not know how to write the right code. > > Thank you > > > > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/simile-widgets. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/d/optout.
