Nanoflow Extended Native

Content Type: Module
Categories:

Overview

Additional JavaScript actions to perform encode/decode.

Documentation

Description
 

The module contains Base64 encoder/decoder JavaScript action • Converting the text into encoded value. • Converting the encode value into text.

How to configure

  1. Add the page 'Convert_New' to the native navigation to use the example.
  2. Reuse the nanoflow 'ACT_Convert_Base64Encode_Native' or 'NativeBase64' javascript action in your logics to Encode the text.
  3. Reuse the nanoflow 'ACT_Convert_Base64Decode_Native' or 'NativeBase64' javascript action in your logics to Decode the text.
  4. Same we have to follow for the web application but the javascript action is (Web_Base64Encode/Web_Base64Decode)

Make it simpler.

• Add the Snippet Snippet_Base64 in your native page. Base on your needs Note: In case if you facing any issue in the layout Add the Atlas_NativeMobile_Content From the market place(https://marketplace.mendix.com/link/component/117175)

Releases

Version: 1.0.0
Framework Version: 9.12.4
Release Notes: **Description** The module contains Base64 encoder/decoder JavaScript action • Converting the text into encoded values. • Converting the encoded value into text. **How to configure** 1. Add the page 'Convert_New' to the native navigation to use the example. 2. Reuse the nanoflow 'ACT_Convert_Base64Encode_Native' or 'NativeBase64' javascript action in your logics to Encode the text. 3. Reuse the nanoflow 'ACT_Convert_Base64Decode_Native' or 'NativeBase64' javascript action in your logics to Decode the text. 4. Same we have to follow for the web application but the javascript action is (Web_Base64Encode/Web_Base64Decode) **Make it simpler.** • Add the Snippet Snippet_Base64 in your native page. Base on your needs **Note:** In case if you facing any issue in the layout Add the Atlas_NativeMobile_Content From the marketplace (https://marketplace.mendix.com/link/component/117175)