I've this code:
function.js write's into this html, but I don't like this html feel...
How can modify this code for add qx widgets and function.js w
hello,
I'm working with javascript and I'm trying to design GUI with qooxdoo, but I
don't know how to do it.
So, I've the next files
Qooxdoo files:
/source
- index.html
- application.js
Javascript files:
/libs
- functions.js
index.html
Oh, I didn't realize this was TreeVirtual, I could be wrong with how
you do it then, with the regular treeview I used tags to accomplish
exactly what was being suggested, though.
p.s. Sorry for the short reply that was duplicated, I was "mobile" at
the time with a bad connection.
I'm still hopin
i used tags. -rob
On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote:
> May be setUserData(String key, Object value) helps you.
> Only assumption.
>
> Siarhei Barysiuk
>
> Christian Boulanger wrote:
> > Hello,
> >
> > what is the preferred way of attaching non-public custom data to the
> > no
i used tags. -rob
On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote:
> May be setUserData(String key, Object value) helps you.
> Only assumption.
>
> Siarhei Barysiuk
>
> Christian Boulanger wrote:
> > Hello,
> >
> > what is the preferred way of attaching non-public custom data to the
> > no
May be setUserData(String key, Object value) helps you.
Only assumption.
Siarhei Barysiuk
Christian Boulanger wrote:
> Hello,
>
> what is the preferred way of attaching non-public custom data to the
> nodes in the data model? For example, I want to attach node ids which
> are different from the
Hello,
what is the preferred way of attaching non-public custom data to the
nodes in the data model? For example, I want to attach node ids which
are different from the nodeId given by the data model? Can I set custom
properties to the node data through setState or there another way that
one s
Forget my last email, I have solved the problem
I had a qx.ui.window.Window widget using resizeable properties and this
property seems not exist anymore in 0.7beta2
frederic wrote:
>
> Hello,
> Since I have updated qooxdoo to version 0.7beta2, I have the following
> error when execute my app in
Hi James,
the esiest way is to set the overflow of the tabBar() to hidden and add
the buttons manual with some event listeners.
Then you can write some methods to scroll left or right.
Scrolling right could look like this:
var maxScrollValue = tabBar.getScrollWidth();
var tabBarWidth
Hello,
Since I have updated qooxdoo to version 0.7beta2, I have the following error
when execute my app in build version.
Any idea ?
cheers.
frederic
Error occurs at line 20 of the compiled script only :
this[$c[$d]] is not a function
Firebug details --
construct(Object modal
10 matches
Mail list logo