Re: [xwiki-users] Live Table filters on columns for stringsdates

2011-01-06 Thread Joris Dirks
Hi Jerome, thanks for the swift reply! As you asked, screenshot (and the code):
https://wiki.noiv.nl/xwiki/bin/view/Sandbox/lists

On Wed, Jan 5, 2011 at 6:18 PM, Jerome Velociter jer...@xwiki.com wrote:
 Hi Joris,

 While date filters are not supported yet (also I would like to work on
 that in a not-so-far future), the other property types should work as
 expected.

 We can't see your screenshot since this list does not support
 attachments. Can you post it somewhere on the web and point us to it ?

 Thanks,
 Jerome.

 On Wed, Jan 5, 2011 at 4:34 PM, Joris Dirks joris+xw...@user.stekje.nl 
 wrote:
 I'm having fun with the livetable macro but can't seem to enable
 filtering for certain columns. It seems this is because they aren't
 TextArea but have the type 'String', 'Date' or 'Static List'.
 Screenshot for illustration.

 I am not sure anymore why I made the property 'indieneradres' in my
 example a string when I created a certain class but it bites me in the
 back now. (I probably wanted the form to validate the input). Should I
 just delete that property and make a new one of type TextArea?
 For the column with static list-values, I sort of expected a drop-down
 or multiselect filter of sorts.

 Thanks for your ideas!


 On a related note, the template for shown class shows up in the
 livetable (as IssueTemplate matches the
 option:className:Helpdesk.IssueClass).
 This results in a row with 'emptyvalue' for every value. Does anyone
 know of a quick fix for that?

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Live Table filters on columns for stringsdates

2011-01-06 Thread Jerome Velociter
Hoï Jorris,

On Thu, Jan 6, 2011 at 12:37 PM, Joris Dirks joris+xw...@user.stekje.nl wrote:
 Hi Jerome, thanks for the swift reply! As you asked, screenshot (and the 
 code):
 https://wiki.noiv.nl/xwiki/bin/view/Sandbox/lists

Have you tried adding filterable:true to the properties you expect
filters for ? (it seems only one has it right now)

Also I forgot to ask : which version of XWiki NOiV is running ?

Jerome.


 On Wed, Jan 5, 2011 at 6:18 PM, Jerome Velociter jer...@xwiki.com wrote:
 Hi Joris,

 While date filters are not supported yet (also I would like to work on
 that in a not-so-far future), the other property types should work as
 expected.

 We can't see your screenshot since this list does not support
 attachments. Can you post it somewhere on the web and point us to it ?

 Thanks,
 Jerome.

 On Wed, Jan 5, 2011 at 4:34 PM, Joris Dirks joris+xw...@user.stekje.nl 
 wrote:
 I'm having fun with the livetable macro but can't seem to enable
 filtering for certain columns. It seems this is because they aren't
 TextArea but have the type 'String', 'Date' or 'Static List'.
 Screenshot for illustration.

 I am not sure anymore why I made the property 'indieneradres' in my
 example a string when I created a certain class but it bites me in the
 back now. (I probably wanted the form to validate the input). Should I
 just delete that property and make a new one of type TextArea?
 For the column with static list-values, I sort of expected a drop-down
 or multiselect filter of sorts.

 Thanks for your ideas!


 On a related note, the template for shown class shows up in the
 livetable (as IssueTemplate matches the
 option:className:Helpdesk.IssueClass).
 This results in a row with 'emptyvalue' for every value. Does anyone
 know of a quick fix for that?

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Live Table filters on columns for stringsdates

2011-01-06 Thread Joris Dirks
On Thu, Jan 6, 2011 at 2:38 PM, Jerome Velociter jerome.xw...@gmail.com wrote:
 Hoï Jorris,

 On Thu, Jan 6, 2011 at 12:37 PM, Joris Dirks joris+xw...@user.stekje.nl 
 wrote:
 Hi Jerome, thanks for the swift reply! As you asked, screenshot (and the 
 code):
 https://wiki.noiv.nl/xwiki/bin/view/Sandbox/lists

 Have you tried adding filterable:true to the properties you expect
 filters for ? (it seems only one has it right now)


Yes, to no resort. The filterable=true is set for the first column (a
string) but clearly doesn't work ;) (it should be 'true' per default
anyway, right? Disabling it for the two that are filterable, does
work).

 Also I forgot to ask : which version of XWiki NOiV is running ?

Oh, good point: 2.4, if I'm not mistaken.

 Thanks again!



 On Wed, Jan 5, 2011 at 6:18 PM, Jerome Velociter jer...@xwiki.com wrote:
 Hi Joris,

 While date filters are not supported yet (also I would like to work on
 that in a not-so-far future), the other property types should work as
 expected.

 We can't see your screenshot since this list does not support
 attachments. Can you post it somewhere on the web and point us to it ?

 Thanks,
 Jerome.

 On Wed, Jan 5, 2011 at 4:34 PM, Joris Dirks joris+xw...@user.stekje.nl 
 wrote:
 I'm having fun with the livetable macro but can't seem to enable
 filtering for certain columns. It seems this is because they aren't
 TextArea but have the type 'String', 'Date' or 'Static List'.
 Screenshot for illustration.

 I am not sure anymore why I made the property 'indieneradres' in my
 example a string when I created a certain class but it bites me in the
 back now. (I probably wanted the form to validate the input). Should I
 just delete that property and make a new one of type TextArea?
 For the column with static list-values, I sort of expected a drop-down
 or multiselect filter of sorts.

 Thanks for your ideas!


 On a related note, the template for shown class shows up in the
 livetable (as IssueTemplate matches the
 option:className:Helpdesk.IssueClass).
 This results in a row with 'emptyvalue' for every value. Does anyone
 know of a quick fix for that?

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Live Table filters on columns for stringsdates

2011-01-05 Thread Jerome Velociter
Hi Joris,

While date filters are not supported yet (also I would like to work on
that in a not-so-far future), the other property types should work as
expected.

We can't see your screenshot since this list does not support
attachments. Can you post it somewhere on the web and point us to it ?

Thanks,
Jerome.

On Wed, Jan 5, 2011 at 4:34 PM, Joris Dirks joris+xw...@user.stekje.nl wrote:
 I'm having fun with the livetable macro but can't seem to enable
 filtering for certain columns. It seems this is because they aren't
 TextArea but have the type 'String', 'Date' or 'Static List'.
 Screenshot for illustration.

 I am not sure anymore why I made the property 'indieneradres' in my
 example a string when I created a certain class but it bites me in the
 back now. (I probably wanted the form to validate the input). Should I
 just delete that property and make a new one of type TextArea?
 For the column with static list-values, I sort of expected a drop-down
 or multiselect filter of sorts.

 Thanks for your ideas!


 On a related note, the template for shown class shows up in the
 livetable (as IssueTemplate matches the
 option:className:Helpdesk.IssueClass).
 This results in a row with 'emptyvalue' for every value. Does anyone
 know of a quick fix for that?

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users