mherger wrote: > > I can render each variable to a table but I want to concatenate > crudely > > as follows: > > > > Squeezejs.ui.Tracknumber & "." & squeezejs.ui.Trackname <br> > > Squeezejs.ui.Album <br> > > Squeezejs.ui.Albumartist > > You wouldn't concatenate those items in code, but define different > elements in your HTML to represent the items. Eg. every item expects an > > element ID where to render the data. Just put three <span> elements with > > the correct IDs in a row where you want to place them. > > -- > > Michael
Thanks Does Squeezejs.ui.Albumartist or Squeezejs.ui.Artist exist? They are not on the wiki. ------------------------------------------------------------------------ atca's Profile: http://forums.slimdevices.com/member.php?userid=56880 View this thread: http://forums.slimdevices.com/showthread.php?t=107963 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
