Using Access Key/Tab Index value in a Template

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
spinfold
Forum Members
Forum Members
Posts: 44
Joined: Fri Nov 12, 2010 10:15 am

Using Access Key/Tab Index value in a Template

Post by spinfold »

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?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Using Access Key/Tab Index value in a Template

Post by Rolf »

Code: Select all

{page_attr key='extra1' assign='extra1'}
http://docs.cmsmadesimple.org/tags/core/page_attr
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
spinfold
Forum Members
Forum Members
Posts: 44
Joined: Fri Nov 12, 2010 10:15 am

Re: Using Access Key/Tab Index value in a Template

Post by spinfold »

Rolf wrote:

Code: Select all

{page_attr key='extra1' assign='extra1'}
http://docs.cmsmadesimple.org/tags/core/page_attr
Thanks Rolf,

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)
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Using Access Key/Tab Index value in a Template

Post by Rolf »

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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “CMSMS Core”