I have a rich text class present in OL 3.3 which i am converting to OL5.0 i used the incubator code present in 5.0 but when i am compiling it . I am getting this error. Any idea why this error is coming?
[exec] org.openlaszlo.sc.CompilerError: extensions/views/richinputtext.lzx: 113: Error: Overriding a function that is not marked for override, in line: function updateData () {
[exec] extensions/views/richinputtext.lzx: 182: Error: Overriding a function that is not marked for override, in line: function getText () {
The <richinputtext> component only works in the SWF8 runtime. The component was created for the old LaszloMail application. It does not work in either DHTML or ActionScript based runtimes like SWF10 or SWF11. For Webtop and the email client, Laszlo uses a rich text editor, which is based on a Dojo framework component.