Open chudkins opened 5 years ago
This cannot be implemented until script handles Excel files, as CSV files don't include any formatting.
Looking at exported data via Query tool, it seems text formatting is HTML style, so things like <strong>
appear. This absolutely can be found in CSV, as that's what comes out of the Query tool. Maybe we can detect if any <>
angle brackets are found in the text, and if so we treat it as formatting and use the HTML widget on the rich text editor.
Further, it seems DSF includes the unformatted text in an HTML comment. I don't know if that's used anywhere -- maybe the mobile version?
It works in a rudimentary way, by invoking the iFrame's Click() event, which causes it to set focus on the text field. In the future, we will want to be able to input formatted text, so this function will need to be revamped after the rest of the script is actually working.