HI, I have created a custom pagesetter function called smarty_function_pagesetter_tabindex() and can successfuly call it from the following function call when placed in a Pagesetter template page:
<!--[pagesetter_tabindex]-->
This function returns a number that is used to create the tabindex of an a href link, for example:
<a href="blah.html" tabindex="<!--[pagesetter_tabindex]-->">
I was wondering how this same function call could be added to the HTML field of a pagesetter publication.
Regards
Robbie