All of you accessibility fans out there are probably aware of a web site called WAVE. Wave is a free web based accessibility tool provided by WebAIM. If you know about this tool and EPiServer, you have probably come across Allan’s nice WAVE plug-in for EPiServer CMS.
A couple a weeks ago I came across a scenario where I wanted to use Allan’s plug-in a demo scenario. “Too easy” I thought to myself, just drop the DLL in the bin folder an let’s rock. However on this demo site I was using PageTypeBuilder, and it turns out that the way Allan’s plug-in added the context menu item was a bit too late in the page life cycle. Therefore I took the freedom to copy Allan’s code and modify it a bit to work with PageTypeBuilder – I hope Allan doesn’t mind ;)
In the process I also added language support and created a small icon that is shown in the context menu. Feel free to download the source code here.
Disclaimer: Please note that the code comes as-is and I will not be held responsible.
1 comments:
Looks good. I forgive you for changing my work :-)
Post a Comment