Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== O4WMobileButtonOptions routine ====== ==== Description ==== O4WMobileButtonOptions is applied to O4WLink or O4WButton elements when in O4W mobile mode and controls what transition effect is used when the button is pressed, and what icon should be displayed with that button (note that O4W will automatically convert links into buttons when in mobile mode). ==== Syntax ==== O4WMobileButtonOptions(transitionType, iconName) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |transitionType|Available options for transitionType include "pop", "slide", "slideup", "slidedown", "flip", and "fade".| |iconName|Available icons include "delete", "arrow-l", "arrow-r", "arrow-u", "arrow-d", "plus", "minus", "check", "gear", "refresh", "forward", "back", "grid", "star", "alert", "info", "home", and "search".|| ==== Example ==== <code> O4WLink("Second page", O4W_LINKTYPE_LOCAL$, "subsection1", "", "", O4WMobileButtonOptions("fade", "forward")) </code> guides/o4w/o4w_api/o4wmobilebutton.txt Last modified: 2024/06/19 20:19by 127.0.0.1