so assuming you just want to add new control element and use the
existing data types, you can register new control types with javarosa.
XformParser.registerControlType("widget", WidgetControlHandler.TYPE_ID);
XformParser.registerhandler("widget", new WidgetElementHandler());
the widget handler would then implement IElementHandler() (see
GraphElementHandler for an example) where that
code is implemented and how it is implemented is something i haven't
looked into, but it would be similar to what the ampath branch has
done with constraint http://is.gd/3gshF
Original issue reported on code.google.com by yanokwa on 29 Apr 2010 at 10:08
Original issue reported on code.google.com by
yanokwa
on 29 Apr 2010 at 10:08