Posts

Showing posts with the label usr script

Intel XDK: Controls 1: Usage of SELECT and iF Widgets

Image
This post considers combining the SELECT widget from Controls | COMMON and the MEDIA widget from Controls | MEDIA to display a web page from a list of web pages from a select list. The IntelXDK version is 2893 and uses App Framework 3.0. The emulator used is Apple iPhone 6. The SELECT Control is shown here: Select_01 The Control is shown here: iFControl Step 1: Drag and drop a SELECT Control on the page in this case page#mainpage as shown. The properties of this page is as shown in this image. The Label indicates the Label which you can change, herein not changed. In the option list, I have included three of my blog titles. When I choose any of these from the drop-down, I want it shown in the "iframe" widget. I have also given a id which is essential for me to find it on the document. SelectProps Step 2: Drag and drop a Control on to the page as shown. The properties of this are set as shown in the next image. You may get an alert that ...