solved jrCore_list limit

blindmime
@blindmime
11 years ago
772 posts
There appears to be a default limit of 10 items displayed in an Aparna-generated module. jr documentation says there is no default limit value in the jrCore_list function.

Having a default means I have to declare some high value if I want no limit.
updated by @blindmime: 06/13/14 02:46:36PM
SteveX
SteveX
@ultrajam
11 years ago
2,587 posts
Use 0 for unlimited.

Could also be that you are seeing pagination rather than a limit?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
brian
@brian
11 years ago
10,149 posts
blindmime:
There appears to be a default limit of 10 items displayed in an Aparna-generated module. jr documentation says there is no default limit value in the jrCore_list function.

Having a default means I have to declare some high value if I want no limit.

The documentation is wrong and I will check that out - default limit is "10" - set it to something high if you want no limit, although I would recommend rethinking how you are displaying your items since it could become very large if you are not using pagination.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
11 years ago
772 posts
No limits, man -- I live life on the edge!
brian
@brian
11 years ago
10,149 posts
blindmime:
No limits, man -- I live life on the edge!

We'd have it no other way! lol


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags