Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery - CSS Editor? Is there one? [closed]

Is there a JQuery plugin that has a css editor? What I mean is something like this:

http://www.cssportal.com/css-style-editor/

Kind of like the dreamweaver style editor.

If there isn't something like this, Its probably not that hard to create, eh? :)

Update:

To be more clear, I would like to create my own css editor (or use a JQuery one) to replace the one that tinyMCE uses: http://tinymce.moxiecode.com/tryit/jquery_version.php

Click on the style editor in the tinyMCE.

I would basically want to recreate that in JQuery, but would probably need to do some php backend stuff to save the changes and put it back into the tinyMCE editor.

like image 214
Dylan Jones Avatar asked Apr 03 '11 10:04

Dylan Jones


2 Answers

Are you looking for something like this: http://usejquery.com/posts/8/brosho-design-in-the-browser-jquery-plugin ?

like image 158
Thomas Menga Avatar answered Nov 06 '22 21:11

Thomas Menga


Jquery UI with the ThemeRoller is basicly a JQuery CSS editor.

I have used it for a couple of sites, and it works well.

One of the major advantages is that, you can make the markup/functionality, and let the creative people use the Firefox Bookmarklet for adjusting look and feel.

like image 36
Guidhouse Avatar answered Nov 06 '22 20:11

Guidhouse