BlinkMobile Platform
Question What is $data? Answer $data( ) array $data ([ mixed $... ] ) Description # An array where all data captured from a BlinkForm is stored for ex...
Tue, 3 Jul, 2018 at 11:18 AM
Question What is $errors( )? Answer $errors( ) $errors = array('fieldName'=>'Error message', 'fieldName2'=>'Er...
Tue, 3 Jul, 2018 at 11:18 AM
Question How can I create a Data Suitcase Driven Select List? Answer Data Suitcase Driven Select List Description # You can pre-populate select lis...
Tue, 3 Jul, 2018 at 11:19 AM
Question What is $t->refresh( )? Answer $t->refresh( ) $t->refresh( ); Description # This function resets $t->result to be the value of...
Tue, 3 Jul, 2018 at 11:20 AM
Question $t->Fetch( ) - With 'GET' Example Answer $t->fetch( ) With 'Get' Example $t->fetch($url) Descripti...
Tue, 3 Jul, 2018 at 11:24 AM
Question Loading Data From A Data Suitcase (MOJO) Answer There are times when you want to pre-load data from a web service. In this example we...
Tue, 3 Jul, 2018 at 11:26 AM
Question How do I create a PDF in the custom code area of BlinkForms? Answer PDF functionality to MADL which is accessible in the custom code area o...
Tue, 3 Jul, 2018 at 11:27 AM
Question What is $t->runInteraction() ? Answer function $t->runInteraction( ) function runInteraction($interaction, $args=array(), $answer_s...
Tue, 3 Jul, 2018 at 11:28 AM
Question Building an address map (Search Google Map) Answer Building a Google Map From An Address Description # Using this mADL function you can ...
Tue, 3 Jul, 2018 at 11:29 AM
Question How do I build a static google map? Answer Building a static google map Description # Using this mADL function you can draw a static goo...
Tue, 3 Jul, 2018 at 11:31 AM