url in Dataform view

url in Dataform view

by Сергей Полосаткин -
Number of replies: 1
Hi, friends!
I use dataform module with ATTO editor
My problem is that the editor converts symbols in url to their codes
For example I write
<p><a href="Field_file_load:url" target="_blank" rel="noreferrer noopener">Field_file_title</a></span></p>
and it works correctly, but when I try to edit this view, I receive in the editor converted string:
<p><a href="%5B%5BField_file_load%3Aurl%5D%5D" target="_blank" rel="noreferrer noopener">Field_file_title</a></span></p>
and I have to replace %5B%5B to [[  every time when I edit the view
I try to use Moodle Simple text and TinyMCE but thay both adds host path to the url, like
<p><a href="http://myhost.ru/Field_file_load:url" target="_blank" rel="noreferrer noopener">Field_file_title</a></span></p>
A TinyMCE have possibility to set preferences that change url handling, but my attempts to adjust it were unsucsessful - I didn't observe any change in the editor behaviour

Average of ratings: -
In reply to Сергей Полосаткин

Trả lời: url in Dataform view

by Koch Darryl -
Hello everyone, My team is grappling with the challenge of scaling our Dataform code both robustly and as automatically as possible. little runmo