You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent project I worked at, we implemented a generic support for embedded languages inside XML files. All our embedded languages lived inside CDATA blocks.
In the following example, we could delegate to another extension the calculation of autocomplete options for the java script block:
In the future this functionality could be extended to other parts of the API, as we could for example want to find the references of the loadpdf() function and for that we would need to be able to send the corresponding request.
The text was updated successfully, but these errors were encountered:
In a recent project I worked at, we implemented a generic support for embedded languages inside XML files. All our embedded languages lived inside CDATA blocks.
In the following example, we could delegate to another extension the calculation of autocomplete options for the java script block:
In the future this functionality could be extended to other parts of the API, as we could for example want to find the references of the loadpdf() function and for that we would need to be able to send the corresponding request.
The text was updated successfully, but these errors were encountered: