Over in this question, Scott writes that it is possible to get the current HTML for what's written in the FCKeditor by using FCKeditorAPI.__Instances['instanceNameHere'].GetHTML();
Could someone provide step-by-step instructions on how to accomplish this in an ASP.NET page? All I currently have so far in the .aspx file is this:
<%@ Reg...
Client wants to edit DotNetNuke skin and he is not a programmer, so I'm looking for some WYSIWYG skin editor. Either web or desktop solution will do.
...
In my project I need to write small WYSIWYG editor (just let users make text bold/italic/underline and maybe some more). So I wouldn't like to use monsters like tinymce or fckeditor. My question is what HTML elements and javascript functions do I need to know for it? An HTML element in which I can edit and format text is a very interesti...
While working on a wysiwyg editor, I hit the wall of Firefox restricting access to the clipboard (haven't yet tested Webkit).
Can someone explain WHY copying to the clipboard is restricted?
I just cannot think of a single way that this can be used nefariously, and use-cases abound where lack of 'copy' support is a problem.
In fact, who...
Hi,
I am not looking for 100% standard compliant WYSIWYG editor, cos that is not possible (Well I have not heard about it). I am looking for something that is not DreamWeaver and as close to standard compliant as it can be.
My requirement is now that I am doing real-mockup of the project in HTML I just don't want to throw this work awa...
My question sounds silly, but I'm currently using CKEditor on one of my projects that I work on, I'm looking for a good alternative sinceCK is giving me issues "long story". I'm looking for a similar product that's free together with a free image uploader.
...
Hi, I am working for a project on disaster management sponsered by World Bank,
under this project i have assigned work on CMS. and my senior has asked me to make a ASP.NET webpage where those logged with administrator privilege will be able to edit the page.
like:-
<div id="mydiv"><pre>+++++++MY CONTENT+++++++++++++++++++</pre></div>
...
Hi,
I try to use an imanager (or ibrowser) in plugin. I found the solution to implement this plugin.
The process :
in config.js, I insert this line
config.extraPlugins = 'imanager';
in the plugin folder, I created a directory with imanager
in this directory :
i created a file plugin.js
inside this file, I have inserted this line...
I've written a Windows program in Delphi that places and wraps text very precisely to both the screen and printer using GetCharWidth and Em-Square. This has worked well with ANSI text where you only need to retrieve and calculate the widths of 255 characters but when you go to Unicode with 65535 characters its too slow. The problem is ma...