Skip to content

Commit

Permalink
feat: add the predefined menu item CHART_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 19, 2019
1 parent cb43255 commit fb5f948
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BBjGridExWidgetContextMenu.bbj
Expand Up @@ -171,6 +171,12 @@ class public BBjGridContextMenuItem implements BBjGridContextMenuItemInteface
methodret "export"
methodend
rem /**
rem * @return shortcode to chartRange menu item
rem */
method public static BBjString CHART_RANGE()
methodret "chartRange"
methodend
rem /**
rem * @return shortcode to csvExport menu item
rem */
method public static BBjString CSV_EXPORT()
Expand Down

0 comments on commit fb5f948

Please sign in to comment.