In the Screen design layout, select the list from DESIGNER pallet. After drag and drop, change the "List State" to "Editable" from "Readonly" under "List Properties" section.
For example if below is the array of student var studentList = [{ "name": "John", "class": "10 HC" }, { "name": "Robin", "class": "10 HC" }, { "name": "James", "class": "10 HC" }, { "name": "Johny", "class": "10 HC" }, { "name": "Patrick", "class": "10 HC" }] var studentListLength = studentList.leng...
For the Tab to appear in mobile

Uncheck the Responsive property of the Tab Panel in the properties.
4) You can also add custom css class for the button styling in the css file and include the class name to the CSS class property. This approach is not recommended as custom css classes require additional creation and mapping effort. I'm facing a problem after edit CSS Class. Capture_1.PNG The error...
4) You can also add custom css class for the button styling in the css file and include the class name to the CSS class property. This approach is not recommended as custom css classes require additional creation and mapping effort. I'm facing a problem after edit CSS Class. Capture_1.PNG The error...
Appzillon provides the following options 1) The look and feel of the button can be changed using the Appearance property of the button. There are 4 properties primary, secondary, tertiary and transparent. 2) You can also make use of the Semantics property also to change the button colour, where ther...
1) For saving the theme details in the device ,it can be acheived by storing in the application preference storage which will be stored in the application sandbox. - setPref plugin can be used to store the value. This value will be present in the device until user clears the app data. 2) On launch o...