SyncFusion library update
Improved support for the WASM PdfViewer wrapper, the RTE control.
Using Syncfusion version 27.2.5
- The PdfViewer WASM variant now also works under FlexTron, so you can use the same code under your webapp as well as in FlexTron. There's a new .wo separately from the .net service variant to simplify the demo.
- Support was added for the OnBlur and OnFocus events in the RichtTextEditor control.
- The SyncFusion version has been upgraded to version 27.2.5 
- The css specific tweaks for the Syncfusion library have moved from the workspace specific application.css file 
 to the \syncfusion\index.css file.
- Carousel control now also has an onItemClick event so that you can click on the image currently displayed so 
 that you can take action on that.
- DataFlex does not treat properties of type number well in a localisation where the decimal separator is not a dot. 
 A workaround for that has been applied where it was needed.
- Various tweaks on the CSS for the richtexteditor (RTE) control. 
- RTE: Ability to set the ToolbarItems with the psToolbarItems property (thanks Samuel) 
 Also made the psToolbarItems property websettable and added pbToolbarEnable, pbToolbarEnableFloating &
 psToolbarType properties as well.
- PdfViewer allow setting psResourceUrl so that you can use the WASM variant of the viewer. 
 Attention:
 The pdf demo expects that the syncfusion library is installed under http://localhost/SyncFusionDemo
 adjust the URL in the .wo accordingly
- Some DF25.0 patches 
Comments