Search found 3 matches

by Jorge Fins
Tue Nov 22, 2016 7:35 pm
Forum: Other Issues
Topic: [Author mode] Insert an element in a textfield
Replies: 4
Views: 2494

Re: [Author mode] Insert an element in a textfield

The textarea solution with a value "<br/>$caret" instead of "<br/>" for the fragment argument is good enough to solve my problem.

Thank you !
by Jorge Fins
Tue Nov 22, 2016 4:20 pm
Forum: Other Issues
Topic: [Author mode] Insert an element in a textfield
Replies: 4
Views: 2494

Re: [Author mode] Insert an element in a textfield form

1. This is an XML file. The link was just an ex&mple found on the forums of what kind of behaviour I was trying to reproduce. 2. Yes. 3. I am trying to insert a a <br/> to be a child of an <author> XML element (specific to the project) for which I have declared in the linked CSS an oxy_textfield...
by Jorge Fins
Tue Nov 22, 2016 12:51 pm
Forum: Other Issues
Topic: [Author mode] Insert an element in a textfield
Replies: 4
Views: 2494

[Author mode] Insert an element in a textfield

Hello, I am trying to find a way to insert easily an <br/> element in a textfield. I succeeded to add a custom button with an insertfragmentoperation that permits to insert a <br/> in the code. However, the behaviour really doesn't correspond to what I expect : - any text already written in this tex...