...
The Pentaho XUL namespace is "http://www.pentaho.org/2008/xul". When using extensions, this should be placed on the top level node in your XUL document with a namespace prefix, along with the XUL namespace as default.
...
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
<window id="general-datasource-window"
title="Database Connection"
orient="vertical"
height="605" width="700"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:pen="http://www.pentaho.org/2008/xul" >
...
|