NAME
JPList::Controls::Sort - JPList Sort controls
SYNOPSIS
with 'JPList::Controls::Sort'
DESCRIPTION
The Sort module allows you get the values sort controls
methods
sortdropdown
-
Params : sort_vals
{ 'type' => 'sort-drop-down', 'inStorage' => $VAR1->[0]{'inDeepLinking'}, 'inAnimation' => $VAR1->[0]{'inDeepLinking'}, 'name' => 'sort', 'data' => { 'order' => '', 'type' => '', 'dateTimeFormat' => '', 'path' => 'default', 'ignore' => '' }, 'initialIndex' => 1, 'inDeepLinking' => $VAR1->[0]{'inDeepLinking'}, 'action' => 'sort', 'isAnimateToTop' => $VAR1->[0]{'isAnimateToTop'} }
Returns: Returns the column and value for order
Desc : Returns the column and value for order
sortselect
-
Params : sort_vals
{ 'type' => 'sort-select', 'action' => 'sort', 'inStorage' => bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ), 'data' => { 'order' => '', 'type' => '', 'dateTimeFormat' => '{month}/{day}/{year}', 'path' => 'default', 'ignore' => '' }, 'isAnimateToTop' => bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ), 'inDeepLinking' => $VAR1->[0]{'inStorage'}, 'name' => 'sort', 'inAnimation' => $VAR1->[0]{'inStorage'} }
Returns: Returns the column and value for order
Desc : Returns the column and value for order
LICENSE
Copyright (C) 2017 Exceleron Software, LLC
AUTHORS
Sheeju Alex, <sheeju@exceleron.com>