power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Textmate editor plugin template error #465

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the textmate editor plugin the TRepeater template refers to the DataKeys 
property instead of the DataKeyField property.

Wrong:
<com:TRepeater ID="repeater1" DataKeys="Data key field">

Correct:
<com:TRepeater ID="repeater1" DataKeyField="Data key field">

Original issue reported on code.google.com by ctrlal...@gmail.com on 3 Jul 2013 at 2:13

GoogleCodeExporter commented 8 years ago

Original comment by ctrlal...@gmail.com on 24 Jul 2013 at 1:46

GoogleCodeExporter commented 8 years ago
fix r3303

Original comment by ctrlal...@gmail.com on 1 Aug 2013 at 10:19