Forum Moderators: open

Message Too Old, No Replies

Cannot Set Design Mode on iFrame

When iFrame is in htc file

         

Red_Eye

4:22 pm on Sep 27, 2005 (gmt 0)

10+ Year Member



I have created and html editor in a htc file which works fine with and editable div tag.
Now to add more features I am trying to use an iFrame with designMode="On". This works if it is in a html file but as soon as I put it in an htc file I cannot set the design mode to on.
I have search the web but can find no refernace to not being allowed this feature in a html Component. Any ideas?

tedster

11:38 am on Oct 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry Red_Eye, I'm having no better luck than you in researching this. I don't play around with htc very much, so maybe someone else has an insight to help out.

Bernard Marx

2:20 pm on Oct 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe:

<PUBLIC:DEFAULTS
canHaveHTML = "bCanHaveHTML"
[blue]contentEditable[/blue] = "bEditable"
style = "sStyle"
tabStop = "bIsTabStop"
viewInheritStyle = "bInheritsStyle"
viewLinkContent = "bViewLinkContent"
viewMasterTab = "bViewMasterTab"
/>

[msdn.microsoft.com...]