We are thinking to use Siddhi web editor. Can you please let us know how we can integrate siddhi web editor with our existing UI (Adapt Framework) and restrict few functionalities from editor. In short how we can customize the web editor and plug with our existing UI?
How to plugin siddhi web editor within existing project?
96 Views Asked by sarita At
1
There are 1 best solutions below
Related Questions in CUSTOMIZATION
- how to style mui 5 switch to look like a toggle switch
- Transposing labels on a continuous scale [waterfall graph, R]
- Innosetup: Optionally delete a file with checkbox
- Can Azure Functions encounter timeout exceptions?
- How to only modify one keyword color in Visual Studio Code?
- Customize menu in wordpress
- Remove grouping from numpunct of std::locale
- Customization to Last Week filter
- How do I let the user customize a specific portion of model in React Three Fiber?
- How to apply custom profiles/setting to Spinnaker to make it deploy with one command?
- Bash custom autocompletion triggered by key
- Difficulty Customizing Jira Templates: Seeking Solutions
- Customizing the Default Slack Message Input Window or APP window
- Customize user table used by Keycloak
- Is there Any way to show the toolbar columns menu by clicking on a customize Button outside the DataGrid in Material UI?
Related Questions in RESTRICTION
- Cookie restriction notice in header instead of footer
- How can I restrict the creation of password in Zimbra mail server?
- F# how to specify type restriction in recursive discriminated unions
- How do I restrict to open the js file contents in browser/postman
- Restrict deletion on UITextField
- Can I restrict uploading certain file extension in github.com?
- How to set editable as true only for certain users in Fullcalendar
- Hibernate Crtieria and Restrictions not working correctly
- How to put restriction on factors coeff in lm()
- How to protect access to webapp directories/folders?
- derivation-ok-restriction : The particle of the type is not a valid restriction of the particle of the base
- How to restrict other shipping methods - Magento
- how can I get R to read a string as a restriction?
- Is there a shorthand version of this loop in Ruby
- Querying time higher with 'Where' than without it
Related Questions in SIDDHI
- How can I tell which part of the code hasn't terminated?
- How can I add a dependency on Siddhi CEP to my pom.xml file?
- how can i use wso2 siddhiQL Cache data?
- siddhi count() returns a value per event, not for a group(or window)
- Can esper/siddhi generate new stream according to the group by?
- How to describe this complex scene by cep?
- How do i separate my siddhimanager based on context?
- New string within Siddhi query expression
- wso2: cep: siddhi: how to make time windows persistent
- Select events with a maximum in a sliding window
- CEP absence of events using siddhi
- wso2 CEP 3.0.0: casting to double type
- On-Demand Query with siddhi fails
- Leak on SiddhiRuntime
- How to integrate WSO 2 Stream Processor and Tibco EMS?
Related Questions in PLUGGABLE
- Passing an association to a pluggable widget
- How do i connect to different oracle databases that are installed in a same Linux server
- Connecting to Oracle Database in SQL Developer shows only my pluggable databases and NOT the template - PDB$SEED
- Get product id in "woocommerce_quantity_input" pluggable function
- Hyper Ledger Fabric Pluggable Consensus
- How to create a simple Java + Maven pluggable application?
- Why pluggable db user became administrator?
- how to connect to pluggable database when there are two instances
- How to plugin siddhi web editor within existing project?
- How to implement Pluggable Adapter design pattern in Java
- How to hook in wp_set_password WordPress function with WooCommerce?
- Custom Asynchronous Pluggable Protocols opening app multiple times
- Wordpress Error 500 after migration
- Unable to get to wp-admin log in page
- How to build pluggable dashboard using Angular 4?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Siddhi web editor is designed to be run on the OSGi environment with microservices. As of now, there is no way to customise the editor interface except jumping over the javascript code in Editor code in io.siddhi.distribution.editor.core. Also, note that all components under tooling module should be present for the Editor to run correctly