Advertisement

1 - 10 of 13 containing alltags:("designmode") (0 seconds)
Hello Experts, If you try something like: private void button1_Click(object sender, System.EventArgs e) {       MessageBox.Show(this.DesignMode.ToString()); } you will get False. All I ...
Zones: .NETDate Answered: 05/11/2005 Grade: A Views: 0
I have an iframe with designMode ON.  For some reason elem.document.body.scrollHeight DOES NOT change in MSIE as you add content to the element (which is editable because of designMode).  I've test...
Zones: JavaScript, Internet Explorer, DHTMLDate Answered: 03/21/2007 Grade: A Views: 56
Hello.  I use the following to place a table in my rich text editor.  It works fine, but here is the weirdness: If I click inside of the rich text editor window before clicking on "Create Table"...
Zones: JavaScriptDate Answered: 08/20/2004 Grade: A Views: 0
       Hello.         I need the following iframe to be focused: document.writeln('<iframe onfocus="alert(\'focused\')" onblur="alert(\'blurred\')"     id="' + rte + '" name="' + rte + '" ...
Zones: JavaScriptDate Answered: 08/22/2004 Grade: A Views: 4
I've written a little online page editor using an IFRAME in designMode.  All works well except 1 thing that keeps bugging me. When typing in the frame, upon pressing Enter, the IFRAME creates a ...
Zones: Web DevelopmentDate Answered: 09/06/2004 Grade: C Views: 158
Howdy Kids, I've got this, right: <html> <script> <!-- window.onload = function() {   var elems = document.getElementsByTagName('*');   for(z = 0; z < elems.length; z++) {     if...
Zones: JavaScriptDate Answered: 05/31/2005 Grade: A Views: 0
I have been looking into one of the excellant JavaScript based scripts (http://tech.tailoredweb.com/rich-textarea-53.php) that implement a Rich Text Editing of a <textarea> and I note that Safari (...
Zones: General Macintosh ProgrammingDate Answered: 10/25/2005 Grade: A Views: 12
I have a form (actually, tons of them across many plug-ins that compose the final app) that uses a reference to another assembly that contains a static ctor.  The problem is of course that the VS d...
Zones: C#, Plug InsDate Answered: 12/19/2005 Grade: A Views: 0
I have an iframe.. I want to toggle designMode on and off. I have a function to do it like: function ToggleDesignMode(bOn) {     // Save the contents of the iFrame..     var strBody = documen...
Zones: JavaScriptDate Answered: 04/20/2006 Grade: A Views: 8
Hi, I've created a FolderTreeView control for an application we're working on at the moment.  It works great, but there's a problem. It populates the treeview with my local drives/folders etc...
Zones: C#Date Answered: 05/23/2005 Grade: A Views: 12