Like all ajax controls I guess I can add a custom attribute to rad Editor like this:
RadEditor.attributes.add("AttName", "AttValue")
But I seem to be having difficuulty retrieving that value. I Tried:
Dim x as string = RadEditor.Attributes("AttName")
but I get a value of nothing.
Can someone instruct me on how to assigna custom attribute and then retrieve with for Rad Editor?
Many thanks in advance.
John
RadEditor.attributes.add("AttName", "AttValue")
But I seem to be having difficuulty retrieving that value. I Tried:
Dim x as string = RadEditor.Attributes("AttName")
but I get a value of nothing.
Can someone instruct me on how to assigna custom attribute and then retrieve with for Rad Editor?
Many thanks in advance.
John