public static
string
|
#
render( string $item = '' )
Method to render current dropdown menu
Method to render current dropdown menu
Parameters
- $item
string - $item An item to render.
Returns
string - HTML markup for the dropdown list
Since
3.2
|
public static
|
#
publish( string $id, string $prefix = '' )
Append a publish item to the current dropdown menu
Append a publish item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
unpublish( string $id, string $prefix = '' )
Append an unpublish item to the current dropdown menu
Append an unpublish item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
feature( string $id, string $prefix = '' )
Append a feature item to the current dropdown menu
Append a feature item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
unfeature( string $id, string $prefix = '' )
Append an unfeature item to the current dropdown menu
Append an unfeature item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
archive( string $id, string $prefix = '' )
Append an archive item to the current dropdown menu
Append an archive item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
unarchive( string $id, string $prefix = '' )
Append an unarchive item to the current dropdown menu
Append an unarchive item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
duplicate( string $id, string $prefix = '' )
Append a duplicate item to the current dropdown menu
Append a duplicate item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
trash( string $id, string $prefix = '' )
Append a trash item to the current dropdown menu
Append a trash item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
untrash( string $id, string $prefix = '' )
Append an untrash item to the current dropdown menu
Append an untrash item to the current dropdown menu
Parameters
- $id
string - $id ID of corresponding checkbox of the record
- $prefix
string - $prefix The task prefix
Since
3.2
|
public static
|
#
divider( )
Writes a divider between dropdown items
Writes a divider between dropdown items
Since
3.0
|
public static
|
#
addCustomItem( string $label, string $icon = '', string $id = '', string $task = '' )
Append a custom item to current dropdown menu.
Append a custom item to current dropdown menu.
Parameters
- $label
string - $label The label of the item.
- $icon
string - $icon The icon classname.
- $id
string - $id The item id.
- $task
string - $task The task.
Since
3.2
|