Migrating ActionButtons to not use deprecated constructor for 12.2 | slangley | 2012-06-29 15:44 |
Status: Closed | ||
Thanks Karl. That was very helpful. The only complication I ran into was for a few insert actions that were of the .post type instead of the .view type. For those, I had to add a: insertButton.setActionType(Action.POST); as you might expect. |
||