I am looking for a WYSIWYG for XPS that will ouput the raw XAML.
My intentions is use the tool for a way to quickly generate and test the XAML (of XPS documents) with the intention of then generating the same xaml in code and programmatically generating an XPS document. The same approach that many people use for generating html.
Can an...
Is it true that most WYSIWYG editors on a webpage is by using the designmode property? Is there any other method besides using this method?
(is designmode first available on IE and other browsers added it too later on?)
...
is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?
some comparison seems to show that TinyMCE is one of the most compatible across browsers:
http://geniisoft.com/showcase.nsf/WebEditors
...
PROBLEM: I use Drupal with a rich-editor, and the rich editor likes to clobber my text by stripping out the indentation and formatting. This would be unacceptable in a desktop editor, but people seem to tolerate this with in-browser wyswigs.
QUESTION: How do I turn this off. I've searched around and I have yet to discover the best pract...
BACKGROUND: WYSIWYG HTML editors tend to be both "intuitive" and "smart". Intuitive means someone can reasonably edit HTML without knowing the inner guts of how HTML tags actually work. Smart means that the user does not have to worry about adding the HTML or HEAD or TITLE tags, because the editor does that for them.
PROBLEM: These days...
Hey!
I want to make WMD line dropping always apply - It does this on Stackoverflow but the default WMD doesn't! It requires two spaces after text to make a line drop work unless it is more than 1 line drop.
I've tried understanding WMD but it's all written in obfuscated code and hard to follow
Does anyone know about a fix for this?
T...
I've been working on a project where we are using the Telerik RadEditor control (version 2009.1.402.35). For the most part everything seems to work fine with it (i.e., bold, italics, color etc). What is an issue though is that the indent and list (bulleted and numbered) functions do not properly render on the screen while the user is edi...
I am using the openwysiwyg editor in my webpage. I want to clear the contents of it. I have used
$('#report').val('');
but that doesn't clear it.
The editor creates an iframe and updates the contents there, syncing as it goes.
How would I go about clearing it?
...
Background: This is a request for something that may not exist yet, but I've been meaning to build one for a long time. First I will ask if anyone has seen anything like it yet.
Suppose you have an arbitrary JSON structure like the following:
{
'str_title':'My Employee List'
,'str_lastmod': '2009-June-15'
,'arr_list':[
...
Often, when I am developing in PHP, I want to see minor changes instantaneously. This requires me to either FTP to a web server and then refresh, or use a localhost server, both of which(as I understand) are essentially the same thing.
What I would like to know is, is there an IDE or other way to parse PHP output in a dynamic fashion? ...
How will you approach to implement a WYSIWYG document editor in WPF?
This editor is going to be very similar to WYSIWYG html editors, but
back-end data structures do not have to be html. Currently, I have a working version based on mshtml control implemented in c++ (this is pretty much like MS InfoPath). I'm seeking to take out the msht...
Hello!
Im trying to hammer togehter a WYSIWYG-edit in c# following some examples from here and other place.
Im using a webbrowser for the design state of the editor, but i need to be able to switch to "html-view" so I used a rich textbox, and my tought was to just grab the content from the webbrowser and set it to the rtb, and the othe...
I have to add Wufoo-like WYSIWYG form-builder functionality to a Rails webapp.
Does anyone know of good resources (gems/engines/plugins/example code) that would help?
...
Greetings,
I was wondering if anyone knows of any good wysiwyg editors for either platform? I'd like to use one in a project but am almost certain I will need to extend it due to some client requests.
I don't mind if its on netbeans or eclipse
[Edit]
I'd like for the editor to show HTML. So I'm essentially looking for a poor mans v...
Which one is better and ideal in a web based application?
Edit:
Actually I am developing a community site. So the level of users may vary. Heard about XSS security issues with WYSIWYG editors. Also I am not familiar with WYSIWYM editors and its features. As far as I know the features in WYSIWYM editor is less compared to the other one....
What editor can you suggest to integrate with the backend of the web app I'm currently developing? I want to allow my trusted users to add articles that would be visible on the
frontend. It should have some kind of markup language (to make basic customisation - lists, bold...) and if possible also the option to upload images.
...
I am trying to build a specialized WYSIWYG text editor in the browser, and have a very limited set of functionality, but the biggest part of that is wrapping certain text in span tags.
I can find many resources explaining standard stuff (execCommand and whatnot), but have looked and looked and can't find anything to do what I need.
Bas...
Is there any JS function that can change the color of certain text in a textarea?
For example, blar blar {blar} blar, {blar}, including { }, will be in blue. Other words will be in blank. In other words, all I need is a function that can change color of all text in { }.
I've done some studies and it seems that most people say it can't ...
I need to use MediaWiki at work. It used to be okay, but with sites s.a. StackOverflow, there's some user interface issues that simply don't do any more.
Most importantly, I'd want to see the live preview when typing. There shouldn't be need for a preview mode.
What Wikis are you using? Which would be the best for a recent (easy) Web e...
I know there are a quite a few WYSIWYG HTML editors written in JavaScript, but most of them aren't written to take advantage of jQuery. I'm looking to use one in a project I'm working on, and I would like to know which of ones are the best.
I'd prefer it to make use of jQuery for compatibility reasons, but it isn't required to be a jQue...