...
The Pentaho XUL namespace is *
Code Block |
---|
http://www.pentaho.org/2008/xul |
...
. 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" >
...
|