jsTree v.1.0 beta 1 available

25 views
Skip to first unread message

vakata

unread,
Jan 25, 2010, 3:55:02 PM1/25/10
to jsTree
An early copy is available - a few features are not yet ported (xml
stores, create, rename, delete), some minor enhancements are not
ported too - opening node when moving, etc.

You can check out the source:
http://code.google.com/p/jstree/source/list

Or download:
http://jstree.googlecode.com/files/1.0beta1.zip

There will be a beta2 in day or two when I am done porting everything.

Cheers,
Ivan

Ramunas Kiupelis

unread,
Jan 25, 2010, 4:45:33 PM1/25/10
to jst...@googlegroups.com
thx for realease,
can you also include libs in next beta version?

R.K.


--
You received this message because you are subscribed to the Google Groups "jsTree" group.
To post to this group, send email to jst...@googlegroups.com.
To unsubscribe from this group, send email to jstree+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jstree?hl=en.


vakata

unread,
Jan 25, 2010, 5:32:18 PM1/25/10
to jsTree
Will do - sorry about that :) Anyway - this first beta is just for
preview - to get a feel of all the changes, the next one will include
all the libs + a few demos and maybe some docs.

On 25 Ян, 23:45, Ramunas Kiupelis <rik...@gmail.com> wrote:
> thx for realease,
> can you also include libs in next beta version?
>
> R.K.
>

> On Mon, Jan 25, 2010 at 22:55, vakata <ivan.bozha...@gmail.com> wrote:
> > An early copy is available - a few features are not yet ported (xml
> > stores, create, rename, delete), some minor enhancements are not
> > ported too - opening node when moving, etc.
>
> > You can check out the source:
> >http://code.google.com/p/jstree/source/list
>
> > Or download:
> >http://jstree.googlecode.com/files/1.0beta1.zip
>
> > There will be a beta2 in day or two when I am done porting everything.
>
> > Cheers,
> > Ivan
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "jsTree" group.
> > To post to this group, send email to jst...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > jstree+un...@googlegroups.com<jstree%2Bunsu...@googlegroups.com>

mic...@m-websolutions.de

unread,
Jan 25, 2010, 5:54:44 PM1/25/10
to jsTree

First of all, thank you for this great Tree Plugin. it s awesome.

How much does the 1.0 differ from the previous release, can I use the
same docs or are there very fundamental changes? Docs for the 1.0
would be great.
Thanks in advance.

T.M.

Andy

unread,
Jan 26, 2010, 1:07:47 AM1/26/10
to jsTree
Great! I think I'll wait for the new documentation before porting my
existing code to 1.0 (and thus testing the latter), but it's good news
that the development has lead to a public release.
Thanks for this excellent library.

--
regards,
Andy

Roland Bock

unread,
Jan 26, 2010, 6:10:59 AM1/26/10
to jst...@googlegroups.com
vakata wrote:
> An early copy is available - a few features are not yet ported (xml
> stores, create, rename, delete), some minor enhancements are not
> ported too - opening node when moving, etc.

Hi,

here is a very brief test report:

After downloading the zip, jquery-1.4, the hotkeys plugin and the cookie
plugin,

- index.html looks ok
- checkboxes work fine
- collapsing/expanding looks fine but is slow
- drag and drop from anywhere to anywhere does not seem to have any effect
- dragging itself seems reasonable, red/green box changes, depending on
target position


Firefox 3.0
Ubuntu Linux 8.04 (64bit)

Regards,

Roland

Chrazy

unread,
Jan 26, 2010, 8:54:41 AM1/26/10
to jsTree
Looks like a lot of configurations have changed/moved so it's pretty
hard to test as it is now without any documentation.

Ramunas Kiupelis

unread,
Jan 26, 2010, 11:12:49 AM1/26/10
to jst...@googlegroups.com
in beta version I discovered some bugs.
Where send version 1 beta. bugs ?
 
Bug is with IE8. all looks fine in Firefox but in IE8 not good. comming. source code is below:
 
 
  $(function () {
                $("#tree").jstree({
                    json_data : {
                        data : [
                             { attr:{ id : "1" } , data:"Parduotuvė",
                                children : [
                                    { attr:{ id : "10" } , data:"Filmai, Muzika, Žaidimai" } ,
                                    { attr:{ id : "9" } , data:"Knygos" } ,
                                    { attr:{ id : "11" } , data:"Kompiuterine technika" ,
                                        children : [
                                            { attr:{ id : "16" } , data:"Monitoriai" ,
                                                children : [
                                                    { attr:{ id : "19" } , data:"crt" ,
                                                        children : [
                                                            { attr:{ id : "23" } , data:"ctr monitorius"  },
                                                            { attr:{ id : "24" } , data:"crt 19"  } ,
                                                            { attr:{ id : "25" } , data:"crt 22"  },
                                                            { attr:{ id : "26" } , data:"crt 17" }
                                                        ] , state : "open"
                                                    },
                                                    { attr:{ id : "20" } , data:"lcd" }
                                                ] , state : "open" }
                                        ], state : "open" } ,
                                    { attr:{ id : "12" } , data:"Elektronika, Foto Technika"  } ,
                                    { attr:{ id : "13" } , data:"Buitine technika" } ,
                                    { attr:{ id : "14" } , data:"Sodui namams" } ,
                                    { attr:{ id : "15" } , data:"Kosmetika, kvepalai" } ,
                                    { attr:{ id : "27" } , data:"Laisvalaikis, Sportas, Turizmas"  } ,
                                    { attr:{ id : "28" } , data:"Verslo dovanos, Suvenyrai" } ,
                                    { attr:{ id : "30" } , data:"Rūbai, Avalynė, Aksesuarai" } ,
                                    { attr:{ id : "31" } , data:"Vaikams, Kūdikiams" }
                                ], state : "open" }
                            ]
                    },
                     plugins : [ "json_data", "themes", 'checkbox', 'ui' ],
                     themes : { theme: "default", dots : false },
           
                    cookies : {
                        open : "my_open_cookie_name",
                        options : {
                            expires : 20
                        }
                    }
                });
            });
 
 

best reguards,
R.K.

--
You received this message because you are subscribed to the Google Groups "jsTree" group.
To post to this group, send email to jst...@googlegroups.com.
To unsubscribe from this group, send email to jstree+un...@googlegroups.com.

vakata

unread,
Jan 27, 2010, 4:38:54 PM1/27/10
to jsTree
BETA 2 is available:
http://jstree.googlecode.com/files/1.0beta2.zip

Thank you for testing!
* Drag'n'drop now works in the demo (there was a console statement),
also if you take a look at the source - a lot of the options are self
explanatory. I will release some docs in a day or two.
* Demo now works in IE8 (don't really know what the issue was)
* added delete_node function
* ajax now works (added a small demo too)
* various minor fixes

I will now concentrate on the create/remove functions and on finishing
the types plugin (currently rules for clickable, draggable, etc are
not checked), also I will quickly finish the both XML datastores - it
should be pretty straightforward, on the todo list is also the native
context menu.
I hope for beta3 later in this night or tomorrow.

Kindest regards,
Ivan

> > jstree+un...@googlegroups.com<jstree%2Bunsu...@googlegroups.com>

Chrazy

unread,
Jan 28, 2010, 3:57:46 AM1/28/10
to jsTree
Not sure how "testable" this version is, seems like a lot of weird
stuff is happening. Like dragging a node to a root and it will be
reverted back after a second.

One thing that isn't really a bug but more of an annoying design flaw
is the little space to the left of the icon in the ins that gets
selected when you double click to the left of a node (or just double
click an arrow). I know, I'm being anal here so you probably just
ignore it and focus on the real stuff :) Don't have much time to test
around right now but I'll try and give more input later.

Toni Michel

unread,
Jan 28, 2010, 11:20:58 AM1/28/10
to jst...@googlegroups.com
Soundz very nice.

But the most important point for me, is the documentation. When do you
think you can provide a documentation?
Thanks in advance

vakata schrieb:

Roland Bock

unread,
Jan 31, 2010, 11:49:57 PM1/31/10
to jst...@googlegroups.com
Hi,

just a quick note:

*) Dragging tree elements from left middle works fine for me, but looks
weird afterwards (see attached image)
*) Dragging tree elements from left to ajax tree does not work
*) Dragging tree elements anywhere to left does not work
*) Dragging anything to Dropzone has no effect
*) Dragging "You can drop this" on tree has no effect (including left
root, where the red square turns green)
*) Changing the square of the dropped element from red to green is
nowhere near on the left tree

Firefox 3.0
Ubuntu Linux 8.04, 64bit


Regards,

Roland

tree-after-drag.png

vakata

unread,
Feb 3, 2010, 8:23:57 AM2/3/10
to jsTree
Sorry about that guys - my Wireless card malfunctioned, so I was
offline for some time. It is all OK now.
As for testing - this is the way the demo was supposed to work (revert
back, do not allow some moves, etc)
I will include some docs and at least a few lines of explanation what
the correct behavior is.
Kindest regards,
Ivan

>  tree-after-drag.png
> 4KПрегледИзтегляне

Roel

unread,
Feb 5, 2010, 7:31:47 AM2/5/10
to jsTree
Is there a new releasedate set?

Lyger

unread,
Feb 5, 2010, 11:48:04 AM2/5/10
to jsTree
First of all, I want to thank you for this great plugin. There are
many treeview plugins out there, but none as extensive and well done
as this. I'm looking forward to the final version 1.0. I understand
that you're probably a very busy guy, but is there any chance you
could give a rough estimation of when this may be ready?

Thanks! :)

Gilles (Webunity)

unread,
Feb 8, 2010, 4:38:57 AM2/8/10
to jsTree
Hi Vakata, any updates?

Thanx
Gilles

Genius

unread,
Feb 8, 2010, 5:21:53 AM2/8/10
to jsTree
I think we should not ask him every time "any updates?". OR we may
help him OR patiently wait for the next update.

BTW in the nearby topic I told about some urgent fixes that can be
performed on v0.9.9.

My regards.

vakata

unread,
Feb 13, 2010, 9:38:28 AM2/13/10
to jsTree
Hi everyone,
sorry for the week off - I am in Hamburg currently and did not get the
chance to do much work, but I committed yesterday, I hope to get some
work tonight and also commit a new version tomorrow - depending on how
work goes I will or will not release 0.9.9b with critical fixes only.

Cheers,
Ivan

PITTERS

unread,
Mar 16, 2010, 9:31:13 AM3/16/10
to jsTree
Any idea on when the missing features will be implemented in the beta
version?

Eric

vakata

unread,
Mar 22, 2010, 12:29:12 PM3/22/10
to jsTree
Check the SVN - and the thread I started - I just made a commit.
Expect the RC1 in a day or two with all stuff reenabled and tested!
Reply all
Reply to author
Forward
0 new messages