Re: t4.1.2 + dojo tree component beginner question

2007-08-14 Thread mn

Ok, I used not proper word(component), it should be widget :) 
I will be looking for answer how to use dojo tree widget on tapestry page on
dojo forum but i thought that I find out how to do it on tap forum ... So
maybe someone give me example?


Jessek wrote:
> 
> You should try the dojo support forums - there's no such thing as a
> Tapestry Dojo tree component.   (at least there better not be, not in
> tapestry at least ;)  )
> 
> http://dojotoolkit.org/forums/forums/support/dijit
> 
> On 8/13/07, mn <[EMAIL PROTECTED]> wrote:
> 
> 

-- 
View this message in context: 
http://www.nabble.com/t4.1.2-%2B-dojo-tree-component-beginner-question-tf4260575.html#a12140168
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: t4.1.2 + dojo tree component beginner question

2007-08-13 Thread Jesse Kuhnert
You should try the dojo support forums - there's no such thing as a
Tapestry Dojo tree component.   (at least there better not be, not in
tapestry at least ;)  )

http://dojotoolkit.org/forums/forums/support/dijit

On 8/13/07, mn <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am new in tapestry first of all :) How to use dojo tree component? I tried
> this, but it doest't work (lack dojo definition error...). What should I do
> to use other widget that are not included in tapestry (other than
> autocompleter etc.)?
>
>  "http://www.w3.org/TR/html4/strict.dtd";>
> 
> 
> Dojo Tree Widget Test
>
> 
>
> dojo.require("dojo.widget.*");
> dojo.require("dojo.widget.Tree");
> dojo.require("dojo.widget.TreeSelector");
> dojo.hostenv.writeIncludes();
>
> dojo.addOnLoad(function() {
> dojo.event.topic.subscribe("nodeSelected",
>  function(message) { dojo.debug(message.node.title+" 
> selected"); }
> );
> });
>
> 
>
> 
>
> 
>
> Tree with selector events
>
>  eventNames="select:nodeSelected">
>
> 
> 
> 
> 
> 
>  >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
> --
> View this message in context: 
> http://www.nabble.com/t4.1.2-%2B-dojo-tree-component-beginner-question-tf4260575.html#a12124378
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



t4.1.2 + dojo tree component beginner question

2007-08-13 Thread mn

Hi,

I am new in tapestry first of all :) How to use dojo tree component? I tried
this, but it doest't work (lack dojo definition error...). What should I do
to use other widget that are not included in tapestry (other than
autocompleter etc.)?

http://www.w3.org/TR/html4/strict.dtd";>


Dojo Tree Widget Test



dojo.require("dojo.widget.*");
dojo.require("dojo.widget.Tree");
dojo.require("dojo.widget.TreeSelector");
dojo.hostenv.writeIncludes();

dojo.addOnLoad(function() {
dojo.event.topic.subscribe("nodeSelected",
 function(message) { dojo.debug(message.node.title+" 
selected"); }
);
});







Tree with selector events

























-- 
View this message in context: 
http://www.nabble.com/t4.1.2-%2B-dojo-tree-component-beginner-question-tf4260575.html#a12124378
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]