0
votes
0answers
39 views
Javascript: designMode for iframe doesn’t work with FF when in jQuery dialog
Hi, here's the sample code (fully working - just copy to an empty html file and it will work):
<html>
<head>
<title></title>
<link rel="stylesheet" …
0
votes
1answer
106 views
Restricting enter keypress event in an IFrame, does not work
I have an IFrame within my page and am using the designMode="on" on this iframe for a small-level rich text editing.
My concern is that I need not allow the user to enter new lines in it - meaning, I …
0
votes
0answers
35 views
How do I maintain a designMode selection in IE
If click out of a designMode iframe, IE loses the selection within the iframe. Except if the clicked element is an input (which i think is stupid). How do i maintain the selection natively or with …
4
votes
18answers
738 views
How often do ASP.NET developers NOT use Visual Studio design mode?
We are developing an ASP.NET application. We retained an outside UI design firm, and for the most part have been very pleased with their work. Their "deliverable" to us was clickable screens -- …
0
votes
3answers
528 views
IE designMode Showing display:none Divs
I've done a lot of research on this,but I'm unable to solve this problem. I've got a Div with several Divs within it that I want to hide before switching on a TinyMCE instance.
I'm doing this via …
0
votes
1answer
131 views
Why a pop-up alert can affect “designMode”?
I was expreimenting to build a page editor. One issue just drove me crazy in firefox.
The page code is below:
<body>
<iframe WIDTH=200 HEIGHT=200 id="myEditor"></iframe>
…
3
votes
3answers
2k views
Firefox - designMode: disable image resizing handles
How can I prevent the user from being able to resize an image in designMode? (disable the handles when image is clicked)
2
votes
3answers
477 views
firefox/IE designMode reference needed
Hello All,
I am looking for reference documentation for designMode in Firefox 2/3 and IE 6/7/8. Does anyone have links to good references?
0
votes
1answer
261 views
iPhone designmode support
Hi,
Anyone knows if Safari on the iPhone and iPod touch supports iFrame in design mode and if so, how I can enable it? I have tried following ways, but none work (but it works on my PC):
…
