Skip to content

Commit

Permalink
Resolve issue #8 - add selectAll
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jan 17, 2018
1 parent 7697676 commit 5d06d5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BBjGridExWidget.bbj
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@ class public BBjGridExWidget extends BBjWidget
#HTMLView!.executeScript(script$)
methodend

rem /**
rem * select all rows
rem */
method public void selectAll()

script$="bbj_grid_widget_set_select_all();"
#executeScript(script$)
methodend


rem /**
rem * Event Handler for Native JavaScript Event (from the Grid)
rem * Determines and dispatches the actual event
Expand Down

0 comments on commit 5d06d5b

Please sign in to comment.