Flex :: Good (wysiwyg) HTML Editor In It?
Oct 1, 2010Anyone knows a good (wysiwyg) HTML editor in Flex?
View 1 RepliesAnyone knows a good (wysiwyg) HTML editor in Flex?
View 1 RepliesI am looking for a very basic html editor (similar to the one being used in this forum to make entries - only more basic)...which ONLY uses html tags supported by the AS2 textfield....
View 1 Repliesdo you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash? I could embed DragMath as well, but I was wondering if there's a way to have a good WYSIWYG formula editor without requiring the users to run a Java applet.
View 2 RepliesSince AS2 supports only the old deprecated tags for HTML, I'm looking for a WYSIWYG editor (javascript) that will work with these and not the "style" attribute.
View 0 Repliesis there any way to build html WYSIWYG in flex like Microsoft front page? i didn't found any thing on the web like this? second question is : is there any good rich text editor that support text completion function like ( like code IDE 's )
View 1 RepliesI have WYSIWYG text editor for flash. Works great. Allows me to edit text, save it as a text file and then load it either back into flash or alternatively into HTML. Problem is that Flash uses the <font> tag which is deprecated in HTML4 and will be removed in HTML5 due to CSS. So given that flash can use CSS I wonder:Is there a way to build a WYSIWYG text editor in Flash that uses CSS ?Has anyone heard of this being done? or even done it them selves I'm after any information at all even if it's just a reason why it won't work or assurance that it will.
View 5 RepliesAnyone know of a good program such as:WYSIWYG text editor for hyperlinks and text formatting that exports to swf.
View 2 RepliesWhat are your FMS - Actionscript editor favorite flavor?I use Eclipse with remote file access but I am not quite satisfied with it. UTF8 coding sometimes jam and syntax coloring is poor for AS.Is there a "NUMBER ONE" editor combo ?
View 1 RepliesHow do I embedded a HTML-enabled javascript editor on top of Flex web application? FCKEditor is not free but any free editor with basic toolbar will do?
View 1 RepliesI have a client that wants a WYSIWYG form that behaves like MS word. It will have some section labels in it, with users expected to enter notes for each section, and it needs a place holder for a chart. The trick is that the user needs to know where page breaks are going to fall when printed. The customer agrees to fixed size paper with fixed sized margins. [code]...
View 1 RepliesI want to create a plain html website with a flash menu and posibly a slideshow, i am looking for a full tutorial to see an example of how its been done before.
View 2 RepliesDoes anyone know an XML editor with buttons to add HTML tags via CDATA?
<?xml version="1.0" encoding="UTF-8"?>
<content1>
<text1>
[Code]....
Looking for a programming book that is in tutorial approach. Example this chapter teaches you how to do a login form. In the second chapter it teaches you how to integrate the login for to another app.Basically I'm looking for a book that teaches you real working application rather than abstract ideas. Programming language I have in mind is Adobe Air/Flex, Visual Basic. Functions I have in mind should at least cover Drag and Drops, Integration to a web form (form entry) and customizable interfaces.The languages i had in mind isn't fix. If you know a programming platform that has little code or easy to learn but still be able to develop a cool application.
View 3 RepliesI'm trying to create a flash xml editor based on senocular's news editor but I am having some trouble getting the xml file to load. My xml file is structured as below[code]...
View 2 Repliesmy main class is Editor my sub class is a CustomTextField i need my Editor to keep track of what the active CustomTextField is, since there can be more than one. i want to have a variable, activeTextField:String to keep track of the active CustomTextField. i created getters and setters on editor to keep track of activeTextField. how do i call these getters and setters from the editor w/out using static getters and setters on the editor? this has to be confusing to read because i am utterly confused writing it...
View 1 RepliesDoes anyone have any experience using external actionscript editors? I've given a brief look at SE|PY, but not sure why it's any better than the native editor in Flash.
View 1 RepliesGood alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones.
View 2 RepliesI want to create an xml editor UI in flex.Basically I want to present the xml in a textarea.Users can then edit the xml and save it in database.Also,based on logged in user's privilege,the level of editing allowed varies.A normal user can edit the attribute values as well as node values,but not attribute names and node names.
[Code]...
Normal user can only edit id values('1','2','3'),country values('aaaa','aaaa6','aaaa4') and user names('XASD','XASQWED','XASDRQQ').But not node names('users','user') and attribute names('id','country').
I prefer to present the XML to the user as in an editor like interface and restrict editing there,rather than using a grid interface in which attribute names and values are listed in separate columns and enable editing for value column only.
I'm a PHP programmer who's learning more about adobe products including flex, and would like to train myself to recognize when flash/flex is the right technology to use for a client/project (and of course when it's not the right technology to use).I guess the best way to get it is by experience, so if you know of any examples (full site or even small part of a site) that you think the developer was right or wrong in choosing the flash technology for that project/part, please add it here with an explanation why. Same for other projects that were not implemented in flash but should have been. If you think the developer made the wrong decision, say why and what you would have used instead. The idea is to provide real examples to help people like me who are getting into flash/flex, but want to understand the right way to fit it into their work if at all.
View 7 RepliesI need a 3D library that works well with Flex... NOT Flex Builder - the free Flex SDK.
View 1 RepliesI'm looking for a good "Wizard" library in Flex before rolling my own. The important features are: Multiple custom input panels in sequence. Ability to prepopulate the data fields using an object, but cancelling at any point leaves original data unmodified. Ability to move to back and forth in panel sequence without losing data.
View 3 RepliesJust wondering if anyone know a good flex tutorial website besides Adobe.
View 4 RepliesWhere can I find a free but good-quality and customizable carousel component for Flex 4?
View 4 RepliesI'm creating a video chat application, and no matter what combination of amera/Microphone/NetStream properties and functions I use, I cannot get high quality video/audio. I get occasional audio latency, pixelated video, occasional frozen video and the degree of each depends on the combination of properties/functions I set/call.Others such as TokBox, TinyChat, Chat Roulette, etc. have achieved great video/audio quality with FMS, what is the secret? At least point me in the right direction, because right now I'm not impressed with FMS ability to provide a good video/audio experience.
View 2 RepliesCan anybody tell about good online flex resources? maybe a good forum?
View 2 RepliesI've created a custom ItemRenderer extending UIComponent and implementing IListItemRenderer. This renderer contains a Text-Object to display the value.
For editing I'm using the standard ItemEditor (TextInput).
Now, when I want to edit a value, I click on a cell and the editor is created. But instead of displaying the value which was displayed in the renderer, "[object Object]" is displayed.
Is there is there a way(may be very complicated) to display images in the text area from htmlText property in AIR2?P.S. I know that AIR ignores img tags in HTML content due prevent possible phishing attacks.
View 1 RepliesI am designing a web application in Flex 4 and currently facing an issue rendering advanced HTML tags and entities in Flex 4. All I want to do is basically render an HTML text coming to me something like the one given below:-
[Code]....
I'm looking for a simple Flex or JavaScript based image editing component which can be embedded in a web application. It shouldn't be a web service but rather a component that I can download and customize (i18n etc.).I only need some basic features: most important is cropping, optional features would be rotating and adjusting brightness/contrast
View 4 Replieswhen i open .mxml flex file in eclipse it gives error, Could not open the editor: Assertion failed:
View 7 Replies