41
Views
3
Comments
Help in converting Jquery to Javascript
Application Type
Mobile

Hi,
I'm developing a component and I need to apply this jquery in the Outsystems especially for vertical use.


Does anyone who can help me translate it to Outsystems.

Thanks in Advance.

https://ej2.syncfusion.com/javascript/documentation/splitter/resizing/#resize 



2020-09-29 02-25-04
Rob Edwards
2020-09-29 02-25-04
Rob Edwards

I tested it and it works for Traditional Web apps at the moment. You might be able to unpack for Reactive.

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi jpn,

As requested, I have roughly implemented the splitter functionality in OutSystems Reactive web application, referring to the shared link. 

see this sample app | SplitterControl Demo

Refer the attached .oml file

Implementation points (outline)

  • Refenced the required JS library & External StyleSheets within the SplitterBlock OnReady action flow
  • Followed the exact dom element hierarchy as shown in the example (documentation)
  • Created a structure as per the Splitter Object definition and referred the same structure type as Block input parameter value for configuring/splitter object initialization

Please let me know, if you need any more help in this.

Hope this helps you!


Kind regards,

Benjith Sam

RWALabSplitter.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.