Hello,
What smarty tag do I need to display either the Access Key or Tab Index value (inserted via the Options tab of Content Manager) in a Template?
Using Access Key/Tab Index value in a Template
Re: Using Access Key/Tab Index value in a Template
Code: Select all
{page_attr key='extra1' assign='extra1'}- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Using Access Key/Tab Index value in a Template
Thanks Rolf,Rolf wrote:http://docs.cmsmadesimple.org/tags/core/page_attrCode: Select all
{page_attr key='extra1' assign='extra1'}
I don't mean the Extra Page Attributes (1, 2 and 3) - I'm already successfully using those.
I'm looking for a way to access the fields labelled "Access Key" and "Tab Index" (directly above "Disable WYSIWYG editor on this page" on the Options tab when editing content)
Re: Using Access Key/Tab Index value in a Template
Ohw sorry 
In menu manager template you can use $node->accesskey and $node->tabindex
When you import the menu template accessible_simple_navigation you can see more examples how to use them
Rolf
ps. I made http://docs.cmsmadesimple.org/modules/c ... parameters
In menu manager template you can use $node->accesskey and $node->tabindex
When you import the menu template accessible_simple_navigation you can see more examples how to use them
Rolf
ps. I made http://docs.cmsmadesimple.org/modules/c ... parameters
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -


