Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

upgrade problem saving toggle val

Any chance of an awnser?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

upgrade problem saving toggle val

Michael,

Sorry for the delay, we are working on it.

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

upgrade problem saving toggle val

No, name1,2 ... are names of components

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

upgrade problem saving toggle val

Egor,
thanks for reply
but that makes no sense with the logic being used in this app

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

upgrade problem saving toggle val

You are trying to save value of all toggles somewhere, we suggest you final solution to grab all values, after that you can use it however you would like

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

upgrade problem saving toggle val

Egor,
its like this,
this is purly an upgrade, no new functions, or code
we used the first piece of code to set toggle values in old builder, the second piece of code saved the values to LSV array.

This is NOT new development, it has been paid for with subscriptions, patience and effort from us and tiggzi support,
o have to practically rebuild a published app at this point with very LIMITED support does not inspire confidence in the platform

Is it possible to solve this?

codeAppery("thin_deeptoggle")&#46;empty()&#46;append("<option value='Fresh Salad' >Salad</option><option value='Portion Of Chips'>Chips</option>")&#46;trigger('create');
Appery("thin_deeptoggle")&#46;parent()&#46;find("&#46;ui-slider-label-a")&#46;text("Chips");
Appery("thin_deeptoggle")&#46;parent()&#46;find("&#46;ui-slider-label-b")&#46;text("Salad");/code

code$grid = $(this)&#46;closest("[name=kebabfullgrid]");
save({'Kebab':$grid&#46;find("[name=chickenpizza_item_label]")&#46;text(),
'Served_With':$grid&#46;find("[name=thin_deeptoggle]")&#46;val(),
'Sauce':$grid&#46;find("[name=saucetoggle]")&#46;val(),
&#47;&#47;'Pricelabel':$grid&#46;find("[name=pricelabel]")&#46;text(),
'Price':$grid&#46;find("[name=chickenpizzaPricelabel]")&#46;text()},
"kebabArray");/code

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

upgrade problem saving toggle val

Hello Michael,

1) You wrote a custom javascript code, which is should be done with feature of appery.io.

2) You ask almost impossible question about your code, because we need to guess your structure and what code should do with that page structure in last build version.

3) You modify page structure with your own tags and properties which will not work with editor, so the mapping, LSV or anything else for this component and other logic and effects won't work.

We gave complete solution, to save all your toggles to LSV, just place your components names. Also please note that custom js code is outside the scope of our support.

Return to “Issues”