Design and CSS styles
Version 3.x > Design and CSS styles > AccessKey for list menu View modes: 
User avatar
Member
Member
paul@k-collective.co.uk - 6/20/2008 4:04:41 AM
   
AccessKey for list menu
Is it possible to add accesskey="" to each of the links in a CMSListMenu so that the accesskey goes from 1 - 9 say? Can this be done with the RenderedHTML setting and if so how does this setting work?

It seems that you can add a 'title' but not an 'accesskey' which I would have thought is pretty important these days.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 7/15/2008 2:46:48 AM
   
RE:AccessKey for list menu
Hi,
Unfortunately this is not supported in current version. You can use mentioned RenderedHTML property. This will return the HTML as string which you will need to parsa and add the accesskey to this string and then pass it to the page that should be displayed.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
dilrukshanf-gmail - 11/15/2011 2:09:38 AM
   
RE:AccessKey for list menu
Is this feature supported in Kentico 5.5 and 6.0

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/16/2011 3:39:15 AM
   
RE:AccessKey for list menu
Hi,

You would have to set the access key for every item, which isn't possible before the content is loaded. Also, the accesskey you are refering to is a global one for the whole menu. You will have to use the RenderedHTML property as mentioned earlier.

Best regards,
Juraj Ondrus