CQ5 multifield richtext not working - extjs

I am having a richtext xtype as multifield to enter as many richtext items as author wanted for one of the component.
But, I am having below error in the browser developer tool console.
The error is coming when text entered is removed from a rich text field and click dialog "OK" button.
Could someone please help me?
Thank you!

multifield widget won't work with any panel based widgets (including richtext), you should either :
use the parsys / paragraph pattern in which you enter simple component with rich text, offering you the reorder / add / remove capabilities
create your own widget to do what you want (but ext js dev for aem is kind of deprecated)

Related

Codenameone I want to display html inside a TextArea

I just want to display html text inside a textArea for exemple if I write <h1>Header</h1> I want it to be displayed as header not with the tags.
I tried with webBrowser but it didn't work.
Codename Ones text area doesn't support it. What you're looking for is a rich text edit which we don't have. What you can do is use the BrowserComponent and in it open an HTML rich edit and use that.
There used to be a CN1LIB that did that seamlessly but because JS frameworks break constantly it stopped working.

ReactJS _ Text Editor - Existing a text editor for ReactJS as complete as the libreoffice editor?

I'm trying to implement a blog app in my React App. I'm seeking for a very complete text editor allowing to handle very globally the properties of the text. I have though of DraftJS but seems it isn't allowing a very big set of settings parameters.
Existing a more complete ReactJS's text editor ?
Update:
React Draft Wysiwyg seems pretty good and easily customizable,
Any hints would be great,
Thanks

codenameone autocomplete text field display issue in gui

I m working on my mobile apps using codename1 and i found that after adding an autocomplete textfield to any form, every other component disapears along with tabs behind a white container.
It sounds like you are using a scrollable FlowLayout (which is the default layout manager) and some nesting behavior goes bad.
Another guess is that you add everything into the layered pane which is a HUGE MISTAKE, you should add everything to the form directly or content pane.

Hide/Show a FormPanel in GWT

I'm building a web application with GWT/GAE, and i wanna show a Pop-up to allow user to upload images.
According to this tutorial, i need a FormPanel with a FileUpload widget to do the Job. I have extended the Panel and added the proper Widgets, but i don't know how to show the panel when -for example- a user clics a link.
FormPanel javadoc doesn't have a show or hide method, which i used when i worked with PopupPanel or DialogBox. How can i accomplish this in GWT?
PS: I'm not using UIBinder, only plain Java Code
How about adding the FormPanel as a child to a PopupPanel and DialogBox?
PopupPanel and DialogPanels are HTML absolute divs, attached to the document root, which is why they seem to float freely from the rest of your application. A FormPanel is just a widget and is a div elemen positioned relative to the parent it's attached.

Does anyone know about a WPF conponent that acts like the gmail to field?

Where the To-field is a textbox that also contains a dropdown, where each new contact is added to the text field? Similar to the facebook to field, where a box is created for each receiver.
Is there such a library or component out there?
Thanks
just look at the Latest WPF Toolkit they have introduced AutoCompleteTextBox.
http://wpf.codeplex.com/releases/view/40535

Resources