Yep, something like that. Other examples of such widget (actually nightly
Dojo tests):
http://archive.dojotoolkit.org/nightly/tests/widget/test_Tree.html
http://archive.dojotoolkit.org/nightly/tests/widget/test_Tree_2.html
Thanks,
Eugene
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTE
Does the following help :-
URL :- http://lmap.co.nr/Amazon1.htm
In the tree, one can browse amazon catalogues based
on the browse id. On reaching the item level (marked
with red dots) one can click on it to view details
such as price, image etc.
Eugene Lazutkin wrote:
> Mochikit is an excellen
Mochikit is an excellent framework. I like it a lot. But... While it solves
a lot of low-level problems, it doesn't provide any facilities for widgets.
Dojo solves widget packaging. I think that Django/Ajax should use a
high-level foundation: widgets, shared client/server objects, and so on.
P
Eugene Lazutkin wrote:
> http://code.djangoproject.com/wiki/AJAX --- it lists exactly one
> implementation done by Eric Moritz. It uses prototype.js. Current state of
> this project is "abandoned" --- no changes were made in a long time. His
> solution provides uniform access to models using ex
[EMAIL PROTECTED] wrote:
> Isn't it supposed to be solved with AJAX? The problem looks like
> http://ajaxpatterns.org/Drilldown
>
> Here is an example of a tree browser from an opensource DoJo project.
> http://dojotoolkit.org/~alex/dojo/trunk/tests/widget/test_TreeNode.html
>
> Has anyone been
http://code.djangoproject.com/wiki/AJAX --- it lists exactly one
implementation done by Eric Moritz. It uses prototype.js. Current state of
this project is "abandoned" --- no changes were made in a long time. His
solution provides uniform access to models using existing Django framework.
All d
Isn't it supposed to be solved with AJAX? The problem looks like
http://ajaxpatterns.org/Drilldown
Here is an example of a tree browser from an opensource DoJo project.
http://dojotoolkit.org/~alex/dojo/trunk/tests/widget/test_TreeNode.html
Has anyone been exploring using AJAX with Django? I am
Isn't it supposed to be solved with AJAX? The problem looks like
http://ajaxpatterns.org/Drilldown
Here is an example of a tree browser from an opensource DoJo project.
http://dojotoolkit.org/~alex/dojo/trunk/tests/widget/test_TreeNode.html
Has anyone been exploring using AJAX with Django? I am
jws wrote:
> I'd like to hear some discussion regarding what seems to be a common
> situation and how to best address it within Django-powered sites.
>
> Frequently there will be hierarchical data stored in the db as tables
> with foreign keys linking lower-level tables to their parents. As an
>
hugo wrote:
>>Either way, the admin does neither thing today. It seems to >me that
>>situations like this would happen regularly and would be an >excellent
>>candidate for inclusion in the admin. All the information >required to
>>create the interface already exists in the model definitions.
>
>
>Either way, the admin does neither thing today. It seems to >me that
>situations like this would happen regularly and would be an >excellent
>candidate for inclusion in the admin. All the information >required to
>create the interface already exists in the model definitions.
In what is that what
I'd like to hear some discussion regarding what seems to be a common
situation and how to best address it within Django-powered sites.
Frequently there will be hierarchical data stored in the db as tables
with foreign keys linking lower-level tables to their parents. As an
example, let's presume
12 matches
Mail list logo