Training
Training
Welcome
Guided Paths
Build an App
Training Planner
Courses
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Sample Customize Actionsheet
Give us feedback
Sample Customize Actionsheet
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded on
15 February 2019
by
Viraj Kataria
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
There's no documentation for this asset yet
Support
Sample Customize Actionsheet
Details
An customize Actionsheet with UIActionSheet [Native iOS], AlertDialog [Native Android] And Native Popup [WP8] support.
Read more
Description
iOS uses the native
UIActionSheet
Android uses the native
AlertDialog
WP8 uses the native
Popup
.
Supported platforms
Android
iOS
WP8
Highlights
isAvailable
: isAvailable(callback)
Show
: It accepts an options object and a callbacks.
show(
options, callback
)
Options :
androidTheme
- // default is THEME_TRADITIONAL
title
– String
buttonLabels
– [] (Array; Dynamic And Customize)
androidEnableCancelButton
- Boolean (default false)
winphoneEnableCancelButton
- Boolean (default false)
addCancelButtonWithLabel
- String
addDestructiveButtonWithLabel
– String (It shows in RED)
destructiveButtonLast
- Boolean (You can choose where the destructive button is shown)
For iOS Only
Subtitle
- String
position
: [20, 40], (For iPad pass in the [x, y] position of the popover)
Callback
: Return button index clicked
Hide
: If for some reason you want to hide the actionsheet programmatically.
Suggestions are most welcome !!
Release notes
(1.0.0)
Reviews
(0)
Related assets
OutSystems Sample Data
OutSystems
A module with sample data to accelerate app prototyping and development.
37121
Field Services Mobile
OutSystems Lab
This app is a demo application with dummy data and should be used only for demonstration/test purposes. Field Services mobile app supports telecom technicians in performing field services. It’s specially designed for iPads, works completely offline, as it allows the technician to perform all tasks offline and synchronizes all data when connected. Uses mobile plugins to integrate location and barcode scanning with the device, and can be used as PWA (Progressive Web Application).
862
Reactive Utilities
Miguel Vicente
A group of multiple utilities to use on your Mobile or Reactive applications. The main goal is to bring Text, HttpRequestHandler, and other extensions from the server-side to the client-side.
2570
More from Viraj Kataria
Restrict Characters Mobile
Viraj Kataria
An easy and light weight way to restrict characters in a input text field on mobile.
212
Compose Email Draft
Viraj Kataria
The plugin provides access to the standard interface that manages the editing and sending an email message even in situations where the user does not have network access, such as in airplane mode.
41
Customize Actionsheet
Viraj Kataria
An customize Actionsheet with UIActionSheet [Native iOS], AlertDialog [Native Android] And Native Popup [WP8] support.
52
Loading...
Loading