Alexander Sviridenkov 356 Posted October 6, 2021 Small video showing how to embed any part of (or whole) PDF, PowerPoint, Excel, Word, Outlook, document into report. Document is embedded in vector format and is editable (can be changed in built in HTML Editor). https://s9.gifyu.com/images/rb5bba15035de9053c.gif 2 1 Share this post Link to post
FabDev 8 Posted October 7, 2021 Hello Alexander, The same is possible on Fast Report ? Share this post Link to post
Alexander Sviridenkov 356 Posted October 7, 2021 16 minutes ago, FabDev said: Hello Alexander, The same is possible on Fast Report ? Yes Share this post Link to post
Edwin Yip 154 Posted October 7, 2021 Hi Alexander, Good job! May I take this chance to ask, can you control which elements can/cannot be modified in HCL editor? For examples: Allows some <p> texts to be editable while some cannot be edited. Disable deleting of <p> tags while allowing editing the texts. And so on... Share this post Link to post
Alexander Sviridenkov 356 Posted October 7, 2021 There is CSS contenteditable property which can be set to true or false using snandard CSS rules. Deleting of certain tags cannot be prohibited, but editor supports XML schema which can define rules for adding new tags (what tags are allowed and what tag can be added to another tag). Share this post Link to post
Edwin Yip 154 Posted October 7, 2021 1 hour ago, Alexander Sviridenkov said: There is CSS contenteditable property which can be set to true or false using snandard CSS rules. Great! Quote Deleting of certain tags cannot be prohibited, but editor supports XML schema which can define rules for adding new tags (what tags are allowed and what tag can be added to another tag). Pity. Can't the editor provide events like `OnBeforeDeleteElement`, `OnBeforeEditElement`, and so on? Share this post Link to post
Alexander Sviridenkov 356 Posted October 7, 2021 42 minutes ago, Edwin Yip said: Pity. Can't the editor provide events like `OnBeforeDeleteElement`, `OnBeforeEditElement`, and so on? Theoretically yes, but currently no. Share this post Link to post
Edwin Yip 154 Posted October 7, 2021 Hi Alexander, Another question, do you have a plan to provide JavaScript support in the future for HCL in the future? I'm not asking for any concrete time-frame but just if a plan is there ;) Share this post Link to post
Alexander Sviridenkov 356 Posted October 7, 2021 22 minutes ago, Edwin Yip said: do you have a plan to provide JavaScript support in the future for HCL in the future? Yes. Share this post Link to post
Edwin Yip 154 Posted October 7, 2021 1 hour ago, Alexander Sviridenkov said: Yes. Wonderful! FWIW, please consider QuickJs ;) Share this post Link to post