nikgoodley-ibboost / aost

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

Table should allow users to define UI objects for the td tag directly #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example,

      Table(uid: "Actions", clocator: [tag: "table", id: "ipclb1", class:
"coolBar"], respond: ["mouseDown", "mouseOut", "mouseOver"]) {
        TextBox(uid: "ViewDetails", clocator: [tag: "td", position: "1"],
respond: ["click"])
        TextBox(uid: "ViewAlerts", clocator: [tag: "td", position: "2"],
respond: ["click"])
        TextBox(uid: "ViewReleases", clocator: [tag: "td", position: "3"],
respond: ["click"])
        TextBox(uid: "ViewShipments", clocator: [tag: "td", position: "4"],
respond: ["click"])
      }

In this case, the table should only use tr and td position to reference
project, make sure there is no duplicated /td/td in the xpath

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 28 Feb 2009 at 12:04

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 28 Feb 2009 at 7:52