Tim, if you follow the tui:ObjectPathWidgetGroup down to tui:PathWidget (ctl-click the tag name in the prototype text box), you'll see how the table is created. I'd suggest replacing the tui:PathWidget prototype with your own table formatting and call that.
-- Scott On Oct 29, 9:07 am, "Smith, Tim" <[email protected]> wrote: > Hi, > > I'm using the following html snippet in an instanceView property to create a > simple view of an instance: > > <div> > <h2>Facts about {= ui:label(?this) }</h2> > <tui:ObjectPathWidgetGroup tui:predicateSet="{# > SELECT DISTINCT ?p > WHERE { > ?this ?p ?o . > FILTER (!spl:instanceOf(?p, owl:AnnotationProperty)) . > } > ORDER BY (ui:label(?p)) }" tui:subject="{= ?this }" > ui:childIndex="2"/> > </div> > > This is nearly identical to the view created by the default browser view in > TBC. > > The tui: elements create a table. Is it possible to control the formatting > of that table? > > I would like to be able to add a border and change the background. > > Thanks, > > TIm -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
