Thank you. I thought I WAS clicking on the collapsible block, but I guess what I was clicking on is considered the "content"... While the block is expanded, it's very difficult to click the "block"... I had to click the very upper right corner to get the block properties to pop u...
Hello, I would like multiple collapsibles to be collapsed upon the app launching, how would I achieve this? I've tried the following javascript codes according to the forum: Appery("collapsible_name").collapsible( "option", "collapsed", true); Appery("collapsible_n...
Hello! I'm basically combining these two tutorials: This to-do list one AND This map one. So I'm adding addresses to a database list, and when I click on the address from the list, a pop-up comes up and asks if you want to Show on Map or Delete the item. Everything is functional except one thing -- ...