john5000
john5000
Interesting workaround you used. Might work. The index number of p is index of the element (as in childElements). Example: ``` {{data.name}} {{data.location}} ``` The data.name is referenced by p[0]...
@ts-thomas, more info: You have to do .render() twice, after your very first render only, in order to use .data(node). That is because the internal .create call uses .cloneNode(...) which...
There were two choices above. This worked for me: $('#mycombo').combobox('refresh')
@buke, It was simple to take greenodoo8 and run odoo9 under it. I just replaced the source directory with the odoo9 source. Also: I had to install lessc (gets a...
It appears that Mikado mounts listeners on the window object (the root of all listeners) and so events won't know what component to go do. (See src/event.js:391). Mikado needs to...
ServerCompileTimeCaps: That is the server capabilities (features, supported attributes, etc.) that are available at compile time. The 8i version does not have as many capabilities as later versions, so the...