Prototype has been given the go-ahead for testing in page up admin system. Yay, as it makes my job more enjoyable.
May be more difficult than building it..
The rich text editor is built into an ASP ‘control’ so it can be re-used and customized server-side, currently all of the HTML for the textarea, iframe and toolbars are put into the page through this control depending on it’s properties. A script tag is embedded into the […]
The Rich Text Editor in all it’s glory..
One thing I haven’t figured out is how to register key event listeners on the iframe’s in Opera.
I managed to get editorKeyUpHandler being called in Safari and Firefox but haven’t yet tamed Opera - Any clues?
I am loving Prototype, as I’ve learnt more about it over the last […]
finebynature had a nasty error message being displayed yesterday..
Fatal error: Cannot re-assign $this in /home2/finebyn/public_html/classes/cart.php on line 28
That was it, all that was displayed on the site.
My first thought was - I really should have provided a nice fallback page for fatal errors
Looking back at the offending line of code - i’m surprised it Ever […]
linky linky .. let me know what you think.
I’m finished with this little project now.
I ended up going back to a global array to hold references to the editors, IE made things difficult.
I also reverted to using inline javascript commands on the buttons in the toolbar as IE was losing the selection in the editor […]