Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - New issue on RTE 3
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedNew issue on RTE 3

 Post Reply Post Reply
Author
sachinofindia View Drop Down
Newbie
Newbie
Avatar

Joined: 24 March 2005
Location: India
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote sachinofindia Quote  Post ReplyReply Direct Link To This Post Topic: New issue on RTE 3
    Posted: 30 March 2005 at 2:21am

Hi,

While exploring rte, i encountered a new issue on it as follows -
 
While submitting the form, it only accpets <input type=submit> and not <input type=button>. If i try to use button (instead of submit), it doesnt pass the value to/from the text editor. This is strange.
 
Feedback utmost appreciated.
 
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 30 March 2005 at 3:28am
This is due to function that listens for the form submission being set to listen for the submit button being clicked.

When the form submit button is pressed some code is executed to pass the value of the RTE to the textarea to be submitted to the server.

This is the code that watches for the form submission:-

//get present onsubmit events
    if (typeof textArea.form.onsubmit == 'function'){
        textArea.form.originalOnSubmit = [];
        textArea.form.originalOnSubmit.push(textArea.form.onsubmit);
    }
   
    //get textrea value from RTE and run any original onSubmit events
    textArea.form.onsubmit = function(){
        textArea.value = editor.body.innerHTML;
        for (i in this.originalOnSubmit){
            return this.originalOnSubmit[i]();
        }
    }

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.