Search found 26 matches

Go to advanced search

by Wyatt Patry
Mon Jul 20, 2020 6:29 pm
Forum: Issues
Topic: How to eliminate parameter field? keep only value for request
Replies: 13
Views: 1705
 
Jump to post

How to eliminate parameter field? keep only value for request

"); } Apperyio.storage.steps.set(steps); There has to be a simpler way to do it? There always is in Java :-)"

by Wyatt Patry
Mon Aug 31, 2015 5:20 pm
Forum: Issues
Topic: Autocomplete select and minLength?
Replies: 7
Views: 1557
 
Jump to post

Autocomplete select and minLength?

Isn't minLength to set minimum required characters before generating the autocomplete form? I wanted to set it so that the service doesn't call until 5 characters have been entered by user.

by Wyatt Patry
Mon Aug 31, 2015 5:20 pm
Forum: Issues
Topic: Autocomplete select and minLength?
Replies: 7
Views: 1557
 
Jump to post

Autocomplete select and minLength?

I would also like to filter out results by country :-)

by Wyatt Patry
Sun Aug 30, 2015 9:24 pm
Forum: Issues
Topic: Autocomplete select and minLength?
Replies: 7
Views: 1557
 
Jump to post

Autocomplete select and minLength?

Hi Evgene, yes I followed that post. I tried to modify both minLength for: Appery("mobiletextinput_85").autocomplete({ source: [], minLength: 5, delay: 0 }); and on complete: Appery("mobiletextinput_2").autocomplete("option", "minLength", 5); The service is wo...
by Wyatt Patry
Sun Aug 30, 2015 5:40 am
Forum: Issues
Topic: Autocomplete select and minLength?
Replies: 7
Views: 1557
 
Jump to post

Autocomplete select and minLength?

Is there a way to use the minLength or selected features with Appery? When I set minLength it breaks the autocomplete... this is for the Jquery UI autocomplete.

by Wyatt Patry
Wed Aug 26, 2015 4:06 am
Forum: Issues
Topic: Displaying suggestions in input box
Replies: 43
Views: 6882
 
Jump to post

Displaying suggestions in input box

Fixed, just had to set z index to 10000...

by Wyatt Patry
Tue Aug 25, 2015 7:23 am
Forum: Issues
Topic: Displaying suggestions in input box
Replies: 43
Views: 6882
 
Jump to post

Displaying suggestions in input box

Hi, I just implemented this solution - works great, BUT the suggestions are popping up behind the panel... is there a way to bring them to the front? I tried z index up to -1 and down 3 but still not working...

by Wyatt Patry
Sun Aug 23, 2015 10:51 pm
Forum: Issues
Topic: Panels?
Replies: 2
Views: 513
 
Jump to post

Panels?

Thank you Sergiy! For everyone else, this was the result of either a duplicate CSS file(Bootstrap loaded manually + Bootstrap theme loaded) or perhaps too many CSS files loaded for the editor to handle? Removing the bootstrap CSS brought back panel functionality in editor.

by Wyatt Patry
Sun Aug 23, 2015 3:31 am
Forum: Issues
Topic: Panels?
Replies: 2
Views: 513
 
Jump to post

Panels?

Has anyone else experienced issues with adding a sliding panel to a page that already contains an HTML component? In this case my HTML component is an OSM map so it's full screen... when I add a panel I cannot add components to the panel, or select it. When I trigger the visible icon the "panel...
by Wyatt Patry
Fri Jul 31, 2015 11:51 pm
Forum: Issues
Topic: sessionStorage not a function?
Replies: 3
Views: 1381
 
Jump to post

sessionStorage not a function?

Solved: MapQuest JS libraries caused some kind of conflict... I had the following external resources loaded: leaflet mapbox leaflet marker cluster mapquest mapquest traffic After removing MapQuest libraries the error went away and session storage is back... so perhaps MapQuest is no longer compatibl...

Go to advanced search