Opened 13 years ago
Closed 9 years ago
#4525 closed defect (patchwelcome)
Implement all tags in dojox.dtl
Reported by: | Neil Roberts | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX DTL | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
List is in README
Change History (61)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Type: | defect → task |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
comment:11 Changed 13 years ago by
comment:12 Changed 13 years ago by
comment:13 Changed 13 years ago by
comment:14 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:15 Changed 13 years ago by
comment:16 Changed 13 years ago by
comment:17 Changed 13 years ago by
comment:18 Changed 13 years ago by
comment:19 Changed 13 years ago by
comment:20 Changed 13 years ago by
comment:21 Changed 13 years ago by
comment:23 Changed 13 years ago by
comment:24 Changed 13 years ago by
- Add dojox.dtl.contrib.data and the bind_data tag
- Add a demo using FlickrStore? to show off bind_data
- !strict
comment:25 Changed 13 years ago by
comment:26 Changed 13 years ago by
comment:27 Changed 13 years ago by
comment:28 Changed 13 years ago by
comment:32 Changed 13 years ago by
comment:33 Changed 13 years ago by
comment:34 Changed 13 years ago by
comment:36 Changed 13 years ago by
comment:37 Changed 13 years ago by
comment:38 Changed 13 years ago by
comment:39 Changed 13 years ago by
comment:40 Changed 13 years ago by
comment:42 Changed 13 years ago by
comment:43 follow-up: 60 Changed 13 years ago by
comment:44 Changed 13 years ago by
comment:45 Changed 13 years ago by
comment:46 Changed 13 years ago by
comment:47 Changed 13 years ago by
(In [12895]) Refs #4525. Make sure we can pass a node to HtmlTemplate? and show a demo of it running inline !strict
comment:48 Changed 13 years ago by
(In [12896]) Refs #4525. Note that HtmlTempalte? can accept a node !strict
comment:49 Changed 13 years ago by
comment:50 Changed 13 years ago by
comment:51 Changed 13 years ago by
(In [12904]) Refs #4525. Try to pick up attributes if HtmlTemplate? is created with a node !strict
comment:52 Changed 13 years ago by
comment:54 Changed 13 years ago by
comment:55 Changed 12 years ago by
Milestone: | 1.2 → future |
---|---|
Type: | task → defect |
comment:56 Changed 12 years ago by
Summary: | Impelement all tags in dojox.dtl → Implement all tags in dojox.dtl |
---|
comment:59 Changed 12 years ago by
Component: | Dojox → DojoX DTL |
---|
comment:60 Changed 12 years ago by
Replying to pottedmeat:
(In [12686]) Refs #4525. Make sure to only wrap actual items in bind_data !strict
store.isItem(value)
should be called with a second, true argument like store.isItem(value, true)
. At least for JsonRestStore? this has the effect that true is returned if the item is recognized as belonging to any store.
Also, it would be nice if the _BoundItem.get
would do something more than return (implicitly undefined) when no value exists. A console.debug message would be rather helpful for debugging.
comment:61 Changed 9 years ago by
Priority: | high → low |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
dtl is unsupported. any further patches are welcome.
(In [10590]) Refs #4525. Changing the demos to reflect the newly updated extends tag that supports more portable template lookup.