rich

Flex: Does anyone know a good HTML editor?

Hi, I am looking for a flex component that could allow me to edit rich text with images. Something like the RichTextEditor from flex except it allows you to add and preview images too, and which can generate the HTML code too. ...

Running a function when the content of yui rte is changed

Hello, I'm currently using the Rich Text Editor from the YUI framework. But I don't know how I can run a function when the content of the editor has changed. Want to do this to give the user a message if they leave the site and there is unsaved changes. Any idea anyone? :) ...

Javascript Error while opening Infopath templates from within .Net webbrowser control on 64-bit Vista machines.

We have some browser enabled Infopath 2007 templates hosted on Windows Sharepoint server (Windows 2003 machines). We use a couple of 'Rich Textboxes' in these templates and these templates are made available to the end user via .Net windows application that used the WebBrowser control. The application runs just fine, but only on 64-bit...

Rich tree structures with PHP

I'm finding it very difficult to find anything about creating maintanable, navigatable and verbose tree structures in PHP. I wanted to open it up to the SO community and see who's done what. The way I can see creating this sort of structure is to have an object for every node, with a reference to the parent or child nodes. I've yet to p...

Custom UITextView

Hi guys! As posted throughout the web, the only way to display html content inside UITextView is by using a private API function setContentAsHTML, and if you use this function you won't get your application on AppStore. But there are several word editors which seem to be using UITextView or maybe a custom one made by themselves in their...

What is good rich text editor with autocomplete option for webpage ?

I tried using jQuery autocomplete plugin - it works great, but only on simple text fields. I'd like sth. simmilar that would work with tinymce or ckeditor or any rich text... help please! ...

Best mechanism to have rich form controls on web page (HTML) equivalent to windows forms.

Hello. I am working towards porting a windows application to web. The windows application is quite rich w.r.t. the form controls, complex validations and user interactivity. Basic web forms are inadequate to meet these complexities. So I would like to know the best way to still have the richness on the web pages. I have some ideas and w...

dynamic richfaces dataTable, ajax4jsf, and reRendering

I have a rich dataTable that's defined inside of an a4j:outputPanel, and that's bound to a session-scoped backing bean that creates the HtmlDataTable. By itself, that part of my code is working fine, and the dataTable looks good. On another part of the page, there are some basic text links that I'm creating as a4j:commandLinks, and whe...

How would you design a question/answer view (iPhone SDK)

I'm new to iPhone development, and I have a question on how to create a view for my application. The view should display a problem (using formatted/syntax highlighted text), and multiple possible answers. The user should be able to click on an answer to validate it. Currently, I am trying to use a UITableView embedding UIWebView as con...

MVVM: Thin ViewModels and Rich Models

I'm continuing to struggle with the MVVM pattern and, in attempting to create a practical design for a small/medium project, have run into a number of challenges. One of these challenges is figuring out how to get the benefits of decoupling with this pattern without creating a lot of repetitive, hard-to-maintain code. My current strate...

Python's behavior for rich comparison (Or, when Decimal('100.0') < .01)

So I have a one liner: import decimal; h = decimal.Decimal('100.0'); (h > .01, h < .01, h.__gt__(.01), h.__lt__(.01)) All it does is make a Decimal object holding 100.0, and compares it to .01 (the float) in various ways. My result is: >>> import decimal; h = decimal.Decimal('100.0'); (h > .01, h < .01, h.__gt__(.01), h.__lt__(.01))...

how to disable ckeditor 3 auto spellchecker ?

Hi there I've installed CKEditor 3.0 ,it work nice , but I want to disable the auto spellchecker I notice when I'm writing some words in the editor it manages to connect to "svc.spellchecker.net" to make spell check do you know any way to stop that feature ? thanks in advance ...

rich suggestions - why input is null? (seam framework)

Hi, I'm trying to build a rich suggestions and i do not understand WHY the input value is null... I mean, why inputText value is not taken when i enter something. The .xhtml code: <h:inputText value="#{suggestion.input}" id="text"> </h:inputText> <rich:suggestionbox id="suggestionBoxId" for="text" tokens=",[]" sugge...

Streaming or Embedding Rich Media in a WPF FlowDocument

While I don't have a specific code example in mind when writing this, I do wonder if anyone in the community has worked with rich media in relationship to WPF FlowDocuments. Specifically, I would like to be able to reference a video within a FlowDocument, and that video may or may not be short enough to justify directly downloading as a...

JavaFx: How to develop a visual rich menu interface?

I'm trying to develop a desktop program, unifying java and javafx. For now, I want to know recommendations about how to create a rich menu interface for my program, something like the menu of Office 2007 or Modellus. So, what you recommend to start developing that? ...

iphone / ipad: Font problem for non-latin languages

Hello All. I have a problem about the font in iphone/ipad Everyone knows UILabel can't do rich text. So I choose FrontLabel http://github.com/zynga/FontLabel/blob/master/README I guess what FrontLabel is doing is something like NSAttributedString and core text framework, and also, it is quite low level. But anyway, I have a problem....

Best and Easiest RIA RAD tool?

Can anyone share with me what they think is the best and easiest to learn rapid application development for building Rich Internet Applications? Preferably free but if the one you're suggesting is worth it, I might consider purchasing it if it's that easy to use. Thank you to those who'd answer! ...