Text input RTL

Hi,
I would like to involve user input in a node.
Is it possible to “push” native HTML input tag into a node ? Or any other way ?
I need to implement an RTL user input in a node.
Regards,
Tany

Do you mean text input? All text editing is always implemented by HTML elements. Please read GoJS HTML Interaction -- Northwoods Software and in particular GoJS HTML Interaction -- Northwoods Software.

OK,
I see that the default TextEditor implements a textarea tag.
Do you have sample code that implements HTML input tag ?

So you have seen HTMLInfo Text Editor and https://gojs.net/latest/extensions/TextEditor.js .

Have you seen Text Editing Examples and https://gojs.net/latest/extensions/TextEditorSelectBox.js and https://gojs.net/latest/extensions/TextEditorRadioButtons.js ?

I’ve seen them all.
None of them implements native input text tag

That is correct, but they show you how to create editors using three other kinds of input HTML elements.

I will try myself.
Thanks

is there any solution yet for input tag

We haven’t implemented this, but you should be able to create it in a similar fashion to the editors shown above.

I decided to drop the idea.
Please close the ticket.