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
- Is it possible to restrict a method to a specific namespace?
- How to restrict third party app (Internet Download Manager) in ReactJs
- Facebook Developer Accout Restriction
- Cannot restrict Google API key with YouTube API
- PYPDF how to set restriction during pdf encryption
- Is there an efficient way to find a subsequence of length 3 where the first is the lowest, the second the largest and the last inside that range?
- SEPA XSD - Empty Enumeration with Minimum Length
- How can I create woocommerce coupon with an expiration date using the rest api?
- How to compare the last row with the new row?
- PowerShell stuck in Constrained Language Mode
- How to model an exclusive or in OWL?
- Restriction Issue
- How to custom simpleType by using JaxB Like Restriction
- how disable the highlighting of editable regions in word by poi
- Restrict to modify the Terraform source code
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