Skip to content

Includes in global javascript node #6

@philormand

Description

@philormand

Is there a way to 'include' multiple global javascript files?

I know I can use

<Include file="MyGlobalJavaScript.xml" />

to include a self-contained global javascript section, but what I would like to do is

<GlobalJavascript>
<Include file="SomeGlobalJavaScript.xml" />
<Include file="MoreGlobalJavaScript.xml" />
</GlobaJavascript>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions