mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
A comment.
This commit is contained in:
parent
60e7dfe7e9
commit
15c384750f
@ -11,6 +11,7 @@
|
|||||||
// inherit from StaticPage
|
// inherit from StaticPage
|
||||||
// (make the module a dependency)
|
// (make the module a dependency)
|
||||||
// Add PagedArticle as child -> rout everything to it the same way as now
|
// Add PagedArticle as child -> rout everything to it the same way as now
|
||||||
|
// ListPage add bool -> pagination enabled
|
||||||
|
|
||||||
class PagedList : public WebNode {
|
class PagedList : public WebNode {
|
||||||
RCPP_OBJECT(PagedList, WebNode);
|
RCPP_OBJECT(PagedList, WebNode);
|
||||||
@ -23,10 +24,11 @@ public:
|
|||||||
PagedList();
|
PagedList();
|
||||||
~PagedList();
|
~PagedList();
|
||||||
|
|
||||||
ListPage *main_page;
|
|
||||||
PagedArticle *articles;
|
|
||||||
String folder;
|
String folder;
|
||||||
String base_path;
|
String base_path;
|
||||||
|
|
||||||
|
ListPage *main_page;
|
||||||
|
PagedArticle *articles;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user