Can i place a custom button inside a block?, I need to have two logins once will take me to one route and the other will take to another route in the application, so I need two custom buttons each one on different blocks?
Re: Custom button inside a block.
As far as creating a toolbar type button for a bar, no. You can create a ‘image’ field that uses an pic that looks like a button.
This is one thing I have asked for in a future version, buttons/controls anywhere on the form.
Regards,
Scott.
Re: Custom button inside a block.
How do i do the SUBMIT action?
Re: Custom button inside a block.
New Field, Type: html image
Image: Assign image you want
Edit Link: Link to app you want to call
The only other way I know of is to add button directly to code (html) in onInit for the form.
Google PHP submit button for syntax.
perhaps:
http://www.phpbuilder.com/board/showthread.php?t=10248489
Regards,
Scott.
Re: Custom button inside a block.
Another thought:
Create several blank apps and then use the container app to display the blank apps. The blank apps would contain the submit form/button that you created.
Regards,
Scott.