Integrated Application Platform › Forums › General › [SOLVED]Image button for access navigation button › Re: Re: Image button for access navigation button
August 30, 2014 at 11:58 pm
#1090
Keymaster
It looks like the problem is because ImageButton does not automatically set the control name like IconButton (via Button)
That should probably be fixed to be consistent
Meanwhile, adding
name: ‘First’
should solve the problem