Great, in that case I think I vote for @UnorderedList as well as @OrderedList, producing <ul> and <ol> respectively.
I like this approach. On 04/01/2013 10:39 AM, Erik Jan de Wit wrote: > Right, unordered list… without the @OrderedList you'll get a table. > > On Apr 1, 2013, at 1:38 PM, Eric Wittmann <[email protected]> wrote: > >> Perhaps it should be renamed to "UnorderedList" since that's what a <ul> >> is? Should there be multiple options such as <ul>, <ol>, <table>, etc? >> What gets created if you don't annotate with @OrderedList? >> >> -Eric >> >> On 04/01/2013 05:04 AM, Erik Jan de Wit wrote: >>> Hi Guys, >>> >>> I've created a possible solution to be able to create UL lists with >>> Errai-UI, but before I push it to the main branch could you guys have a >>> look at it? Because I'm not sure if this is a nice solution. >>> >>> What I intended to do is create a specialised ListWidget that creates a >>> UL element instead of a table. But when I was implementing it I found >>> that it could be as simple as having a classifier. Any way have a look >>> at the the commit >>> https://github.com/edewit/errai/commit/4ab18e8637bfc594f457a2d7ceefe14354918223 >>> >>> Cheers, >>> Erik Jan >>> >>> >>> _______________________________________________ >>> errai-dev mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/errai-dev >>> >> _______________________________________________ >> errai-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/errai-dev > > > _______________________________________________ > errai-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/errai-dev > _______________________________________________ errai-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/errai-dev
