Hi
I am trying to create some custom tags. I dont know if this is possible but I want to create a tag
<flashvideo src="wiggle.flv"></flashvideo>
I have edited the tag.config file and added
<
add pattern="flashvideo" tab="flashvideo" text="[[Insertflashvideo]]" control="Tag_FlashVideo.ascx" />
and have created the ascx file.
When i type the flashvideo tag into the editor i was hoping it would recognise this and allow me to double click it or select properties for it. But it doesnt. Do i need to do anything else? Is this even possible?
I changed the pattern to Embed to test the theory and the editor recognised the embed tag and brought up this dialog.
So
1. Is this possible?
2. If it is what am i doing wrong?
Thanks