Search found 13 matches

Go to advanced search

by Fellrad
Sun Aug 16, 2015 11:49 am
Forum: Issues
Topic: how to trigger search on 'return' key being pressed
Replies: 3
Views: 849
 
Jump to post

how to trigger search on 'return' key being pressed

Hello Appery-Team!

I have a similar problem. I impose the following JS-code on the keypress event on an input field.

if(keyCode===13){
Apperyio("ButtonXY").preventDefault();
Apperyio("ButtonXY").click().trigger();
}

It does not work.

Do you have an idea?

by Fellrad
Mon Jun 22, 2015 7:46 am
Forum: Issues
Topic: https://appery.io/app/errors?code=500
Replies: 8
Views: 2291
 
Jump to post

https://appery.io/app/errors?code=500

Same here since this morning.

by Fellrad
Tue Apr 28, 2015 9:32 am
Forum: Issues
Topic: How to include an external icon font in Apperyio?
Replies: 4
Views: 874
 
Jump to post

How to include an external icon font in Apperyio?

Hello!

I guess it's the file, "Startscreen.html" in the WEB_RESOURCES folder, am I right?

Best regards.

by Fellrad
Tue Apr 28, 2015 8:18 am
Forum: Issues
Topic: How to include an external icon font in Apperyio?
Replies: 4
Views: 874
 
Jump to post

How to include an external icon font in Apperyio?

Hi! Thank you for the answer. There were two words missing ('HEAD') in my first post - sorry for that. I should mean: First possibility: " Paste the following code into the HEAD section of your site's HTML. " Second possibility: " 1.Copy the entire font-awesome directory into your pro...
by Fellrad
Mon Apr 27, 2015 2:27 pm
Forum: Issues
Topic: How to include an external icon font in Apperyio?
Replies: 4
Views: 874
 
Jump to post

How to include an external icon font in Apperyio?

Hi there! I would like to install an external font that can be used to display icons, "font awesome". On their homepage they describe two possibilities to install the font, however, I do not understand how to "translate" the instructions for use in Appery. Can you help me by tell...
by Fellrad
Thu Mar 19, 2015 8:21 am
Forum: Issues
Topic: Custom Background Image on Button not showing
Replies: 3
Views: 822
 
Jump to post

Custom Background Image on Button not showing

Hi Egor,

Thank you for the link. However, I have put an "!important" behind the code lines. As you can see in the second image above, the background property was not overwritten. All other button manipulations work totally fine.

by Fellrad
Wed Mar 18, 2015 10:51 am
Forum: Issues
Topic: Style elements of a selection list seperately
Replies: 1
Views: 490
 
Jump to post

Style elements of a selection list seperately

Dear Appery-Team, I'd like to style elements of a Dropdown/selection list differently by css. How can I select the individual elements/Options seperately in the css file? Thanks a lot! here are two screenshots. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1174097/Listestylen_inline.png?1426675874...
by Fellrad
Wed Mar 18, 2015 10:42 am
Forum: Issues
Topic: Custom Background Image on Button not showing
Replies: 3
Views: 822
 
Jump to post

Custom Background Image on Button not showing

Hi there! I want to place a custom background into a button. It worked when I used the theme. However, I'd rather like to use a css-file to do this. I have the problem that my css-code is not recognized by the browser, i.e. no Background Image was shown, although all other attributes work. Do you ha...
by Fellrad
Thu Oct 30, 2014 3:54 pm
Forum: Issues
Topic: How can I read the input from a datepicker and use it in JS?
Replies: 2
Views: 654
 
Jump to post

How can I read the input from a datepicker and use it in JS?

Hi Maryna,

Thanks for your suggestion. It works perfectly. I appreciate your quick support.

by Fellrad
Thu Oct 30, 2014 10:19 am
Forum: Issues
Topic: How can I read the input from a datepicker and use it in JS?
Replies: 2
Views: 654
 
Jump to post

How can I read the input from a datepicker and use it in JS?

Hello! I have seen that similar questions have been asked in this forum (some quite a while ago, however), but neither answer helped me. It is simple: There is a datepicker component on my page and I want to read the date input done by the user and do something with it in JS. I have the following co...

Go to advanced search