Page 1 of 1

M:N relationship column multiadd

PostPosted: Wed May 02, 2012 6:42 am
by jmboettger
Hi there,
first of all thanks for developing this great tool.

I implemented Xataface for a Database holding Users and Courses they have visited.
Now there is a m:n relation between these two tables. Therefor i created a third table. Then i created a relationships.ini and so on like it is described in the Documentation. Is all working fine. But now i would like to customize the Users tab at the Courses Page in that way that i'am able to add many users with an advmultiselect list. Is there a way to do that? Now i'm just able to add one after each other with the add existing record tab.

Best Regards Jakob

Re: M:N relationship column multiadd

PostPosted: Mon May 07, 2012 11:36 am
by shannah
Yes.

You can use the grid widget or the checkbox widget for this.
http://www.xataface.com/wiki/checkbox (see Example 3 "Using Categories Relationship")

Or you can use the grid widget
http://www.xataface.com/wiki/grid

Xataface 2.0 has other options as well (e.g. the Tagger widget)
http://xataface.com/dox/modules/tagger/latest/
But this module is not compatible with Xataface 1.3.x (the current release).

-Steve