nikgoodley-ibboost / aost

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

Need to post-procss the attributes in clocator generated by TrUMP #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the UI element generated by TrUMP comes with various attributes
such as events onkeydown:"okd()" and volatile ones like autocomplete:"off".
We need to do post process to remove the volatile ones and convert events
to respond attributes.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 30 Jan 2009 at 3:09

GoogleCodeExporter commented 9 years ago
Also some attributes are empty such as value:""

Original comment by John.Jian.Fang@gmail.com on 30 Jan 2009 at 3:18

GoogleCodeExporter commented 9 years ago
A filter is used and only attributes in the while list are allowed to be part 
of the
clocator. Also event attributes are converted to respond attributes.

Original comment by John.Jian.Fang@gmail.com on 3 Feb 2009 at 9:22