Build 2700-4447 17-Feb-2015 - 8:32 AM
More details and notes are shown here.
Videos
UX Component | File Upload to Amazon S3 Storage | Amazon S3 is a popular service for storing files. In this video we show how you can build a UX component that allows a user to upload files from their machine directly to S3 storage.Watch Video - Part 1 Watch Video - Part 2 Download Component Date added: 2014-31-22 |
UX and Grid Component | Image Upload | When you use the Image Upload action in Action Javascript to upload an image to an image field in a database you now have the option of uploading the image to Amazon S3 storage, rather than to a folder on the Alpha Server.This video shows how to set up image upload to Amazon S3 and discusses some of the benefits of upload to images to Amazon S3, rather than to the Alpha Anywhere server that is hosting your application. Watch Video - Part 1 Watch Video - Part 2 Watch Video - Part 3 Date added: 2015-01-28 |
UX Component | Applying Security Client-Side | A common pattern in applications is to control the visibility (or enabled state) of certain controls on a page based on the 'role' that the user has in the application security framework. For example, a button might only be visible to users in the 'Administration' role.Typically, the security settings are enforced server-side. But in some situations you might want to enforce the security rules on the client-side. In this video we show how controls in a UX can be shown/hidden client-side based on the user's role. Watch Video - Part 1 Watch Video - Part 2 Download Component Date added: 2015-02-06 |
UX Component - List Control | Exporting Data in List to Excel or Ascii Files | A popular feature in the Grid component is the ability to export the data in the Grid query to an Excel or Ascii file. The UX component List control also allows the data in the List to be exported to Excel or Ascii. When you export data from a List you can either export the data currently shown in the List, or the data in the query that the List is based on. Setting up the code to export the List data is easily done using Action Javascript.In this video we show how the data in a List and in a List query can be exported to Excel. Watch Video Download Component Date added: 2015-02-09 |
UX Component | 'File Upload' Action in Action Javascript | This video shows how you can configure the UX component to upload a file to the Alpha Anywhere server and then store the filename of the uploaded file in a character field in the table to which the UX component is data bound.Watch Video - Part 1 Watch Video - Part 2Date added: 2015-02-15 |
UX Component | 'File Upload' Action in Action Javascript - Uploading to Amazon S3 | This video shows how you can configure the UX component to upload a file to Amazon S3 storage and then store the object name of the S3 object in a character field in the table to which the UX component is data bound.TIP: It is recommended that you watch these videos (Watch Video - Part 1 Watch Video - Part 2 ) which discuss uploading files to the Alpha Anywhere server (as opposed to Amazon S3) before watching this video. Watch Video - Part 1 Watch Video - Part 2 Date added: 2015-02-15 |
UX Component | File Download from Amazon S3 | This video shows how you can use the File Download action in Action Javascript to download files that were previously uploaded to Amazon S3 storage.The video discusses the two different download modes - 'Indirect' (in which the Alpha Anywhere server retrieves the file from S3 and then sends it to the client) and the much more efficient 'Direct' mode (in which the file is downloaded to the client directly from Amazon S3 storage, thus placing minimal load on the Alpha Anywhere server). Watch Video - Part 1 Watch Video - Part 2 Date added: 2015-02-15 |
Comment