Search found 65 matches

Go to advanced search

by Fred McIntyre
Thu Sep 25, 2014 7:47 pm
Forum: Issues
Topic: Can a list divider have a label component from the UI?
Replies: 6
Views: 734
 
Jump to post

Can a list divider have a label component from the UI?

I solved my problem by putting a grid on the list item, and in the grid cell I put an HTML component, then mapped my info to the HTML component.

by Fred McIntyre
Thu Sep 25, 2014 6:19 pm
Forum: Issues
Topic: Can a list divider have a label component from the UI?
Replies: 6
Views: 734
 
Jump to post

Can a list divider have a label component from the UI?

Update: In the Javascript in the Success mapping for the Text of the list item, I put: prereturn '<div>test<>';/pre and that is exactly what shows in the app. So, obviously, the escaping of the content is done after the Javascript is run. The only thing I can think of to deal with this is to add a R...
by Fred McIntyre
Thu Sep 25, 2014 5:46 pm
Forum: Issues
Topic: Can a list divider have a label component from the UI?
Replies: 6
Views: 734
 
Jump to post

Can a list divider have a label component from the UI?

I need to do the same thing, however I need to do it in mapping the response from a REST api array. I have a list item: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1102536/Screenshot_2_inline.png?1411666189 I need to replace "contact_info" in each item with html from the response: http...
by Fred McIntyre
Wed Sep 24, 2014 2:38 pm
Forum: Issues
Topic: set boolean storage variable in new Builder UI (as of 9/22/2014)
Replies: 2
Views: 376
 
Jump to post

set boolean storage variable in new Builder UI (as of 9/22/2014)

Update: I have found that I can leave the value blank for "false" and type in anything for '"true" - but a drop down with True and False would be better.

by Fred McIntyre
Wed Sep 24, 2014 2:32 pm
Forum: Issues
Topic: set boolean storage variable in new Builder UI (as of 9/22/2014)
Replies: 2
Views: 376
 
Jump to post

set boolean storage variable in new Builder UI (as of 9/22/2014)

In the Project Storage and Models Storage when adding a storage variable I can set the type to Boolean. When setting a storage variable in an Event (on Design page) or in Data, it would be good if the "Value" field were a drop down with True and False as the selections. In fact, to be able...
by Fred McIntyre
Tue Sep 23, 2014 9:49 pm
Forum: Issues
Topic: service execute syntax in new builder editor (as of 9/21/2014)
Replies: 3
Views: 416
 
Jump to post

service execute syntax in new builder editor (as of 9/21/2014)

If I call execute on an Appery database REST service, for example, the db_collectionName_update service (created with Create New Database Service) uses the PUT method. Should I use pre db_collectionName_update&#46;execute({ body: { '_id' : 'object_id', 'column_name' : 'column_value' } }); /pre o...
by Fred McIntyre
Tue Sep 23, 2014 2:16 pm
Forum: Issues
Topic: service execute syntax in new builder editor (as of 9/21/2014)
Replies: 3
Views: 416
 
Jump to post

service execute syntax in new builder editor (as of 9/21/2014)

I sent the following email to support, and received a very helpful reply. - - - - - - - - - - - - Before the new Builder UI, in custom javascript (in a "Page show" event) I had the following code, which worked well: pre login&#46;execute({ data: { 'loginpassword': password, 'uid': uid ...
by Fred McIntyre
Mon Sep 22, 2014 4:31 pm
Forum: Issues
Topic: Apperyio("pagename").dialog("close") gives no response
Replies: 5
Views: 613
 
Jump to post

Apperyio("pagename").dialog("close") gives no response

Of course, I assume, updating the documentation is on the "to-do" list!

by Fred McIntyre
Mon Sep 22, 2014 4:10 pm
Forum: Issues
Topic: Apperyio("pagename").dialog("close") gives no response
Replies: 5
Views: 613
 
Jump to post

Apperyio("pagename").dialog("close") gives no response

Which is correct: Apperyio or Appery ? At http://devcenter.appery.io/documentat... there is a heading: Appery.navigateTo(page, {}) But in the explanation just below, it has the example: Apperyio.navigateTo('menuPage', {}); Are they interchangeable? If not, how do we know which one to use where?
by Fred McIntyre
Wed Sep 17, 2014 10:20 pm
Forum: Issues
Topic: Change name of mobileselectmenu element
Replies: 6
Views: 670
 
Jump to post

Change name of mobileselectmenu element

Thanks.

Go to advanced search