Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Better sorting of Pages plus datatypes

$
0
0
Yeah. The easiest is to sort all instances of a datatype like this

<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name" />

if you only need to sort a subset of the data you can attach a filter like this

<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name&filter=<Property_On_You_type>%3D<A_Value>" />

Viewing all articles
Browse latest Browse all 2540

Trending Articles