Projects tagged ‘htmleditor’


[22 total ]

1 Users

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Created about 1 year ago.

1 Users

Apply to a textarea to get a wysiwyg xhtml editor that delivers super clean xhtml Version 1.1Now using the $.widget framework in jquery-ui 1.7 Meaning it will work with the themes roller for jquery ... [More] along side the other ui components Fixes for compatability with ie, webkit and moz jQuery-htmlClean now does formatting now ~14K min'd if you want clean html you also need jquery-clean ~6K min'd nb The featured download also includes the latest jquery-clean exampleWhere you have a textarea like this... Call htmlInput in a script block like this... // set as default for all htmlInputs $.ui.htmlInput.defaults.styleUrl = "content/editor.css"; $("#Input").htmlInput(); // set up the html input, set style url for this one only $("#Input").htmlInput({styleUrl: "content/editor.css"}); see the jquery.htmlInput.test.htm file in the featured download for a fuller example 1.1 Compatability LayerThe method used to create a htmlInput has been changed so that it works in the way that the jQuery-ui widget factory requires. This has the advantage of being able to create many htmlInputs at a time and in the way a jQuery ui developer would expect (see the example above). In v1.0 it was more like a function returning the htmlInput object. e.g. var myHtmlInput = new $.htmlInput("#Input");While you are converting to the new way you can add the following to your main script to provide compatability with the older versions $.htmlInput = function(element, options){ return $(element).htmlInput().data("htmlInput"); };Version 1.0Requires jQuery http://jquery.com jQuery.htmlClean http://code.google.com/p/jquery-clean This is a light weight (~12K min'd) script and does not contain support for all html entities (for example there's no table editing) It does however have the following; Bold Italic Superscript Subscript Headers Preformatted text Lists Links Images You can switch on and off the features you want Add your own stylesheet to the editor You can have your own popups for Links and Images, the current popups are scripted windows which are a bit naff looking (probably add a better default at some time) [Less]
Created about 1 year ago.

0 Users

This is extremely buggy, especially the save function. You have been warned. Edit CSS and HTML in your browser. Currently supporting Firefox 3 on Windows. (Note: to get working on local machine ... [More] change the path variable on line 58 (at the time of writing) to your local path containing the ted.libs.js file. [Less]
Created about 1 year ago.

0 Users

WPF Rich Editor Library is a WPF UserControl with "Word-like" text editor. Written in C#. Project use RibbonControlsLibrary for user-friendly ribbon menu and open-source & modified "convertHTML" ... [More] library for export/import FlowDocument and HTML format. [Less]
Created 11 months ago.

0 Users

A HTML editor.
Created 4 months ago.

0 Users

Conjunto de librerías para facilitar la creación de interfases de usuario. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = ... [More] document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); Orquidea - Gui Librería para realizar aplicaciones Swing. Orquidea - Literato Editor de HTML wysiwyg. Orquidea - Portlet Librería para facilitar la creación de Portlets. Orquidea - Simpodial Librería para descargar módulos OSGI remotos. Orquidea - Web Librería para facilitar la construcción de aplicaciones Web. Mas información en http://www.PsiqueWare.com Libraries group to easy up the user interface creation process. Orquidea - Gui Swing application utilities library. Orquidea - Literato Wysiwyg html editor. Orquidea - Portlet Portlet utility driver. Orquidea - Simpodial Library for downloading and executing remote OSGI bundles. Orquidea - Web Web application utilities library. More info at http://www.PsiqueWare.com [Less]
Created about 1 year ago.

0 Users

FCKEditor File Manager upload files to mysql upload to database upload to DB save to database save to DB
Created 9 months ago.

0 Users

A complete suite of native "Servoy-Aware" beans for the Servoy plaform. The suite is build on the powerful DJ-NativeSwing library, which leverage SWT/AWT integration, is fully scriptable and ... [More] event-capable in Servoy and is composed of: a native Web Browser a Flash player an HTML editor (based on FCKEditor or TinyMCE) a client plugin to integrate them a server plugin to set up some configuration flags an installer to help deployment [Less]
Created about 1 month ago.

0 Users

In short. DreamWeaver is too large. We would like a app to manage our personal web site, easily manage pages,links,htmls of each page,quick launch,and free Initial Purpose. The initial purpose is to ... [More] manage my knowledge base.I tried many services,like google site,which is not downloadable; Wiki,whose syntax is not easy and is cgi. needed Blog,which is not easy to manage constructure ... At last, a thought come to my mind: what I need is just a hyper-link based web site,and this is why html is created as I known. Ok,here is the software's target: 1.Offer a google site like Gui. I wish it would synchronize with google site in the future.(whose service I liked very much but not full satisfied. 2.Edit a site locally. It could edit html, and have quick preview 3.Synchronize with web site through ftp 4.create a .chm locally 5.Unicode is supported.I wish knowledge-base concept will widely spread as wiki. Develop with Mfc at first.It seems Mfc's multi view design is proper for the targets. (to be continued...) [Less]
Created about 1 year ago.

0 Users

Use browser as a div layout designer, Use Ext2.2 as the UI, Will support IE,FF
Created about 1 year ago.