Search found 13 matches

Go to advanced search

by janick.eisert
Mon Jul 16, 2012 2:08 pm
Forum: Issues
Topic: date picker - invoke service
Replies: 7
Views: 3287
 
Jump to post

date picker - invoke service

When do you add new events for the datepicker? Is this planned or already under development? At the moment, the datepicker is useless. For example, when I choose a date, "value changed" is not called.

by janick.eisert
Thu May 24, 2012 2:44 pm
Forum: Issues
Topic: JavaScript file for REST URLs
Replies: 3
Views: 822
 
Jump to post

JavaScript file for REST URLs

It would be nice to have a "global" JavaScript file where the URLs of the rest services are defined. At the moment, in every js file are all rest URLs defined...

by janick.eisert
Thu May 24, 2012 2:37 pm
Forum: Issues
Topic: REST service: beforeSend
Replies: 1
Views: 484
 
Jump to post

REST service: beforeSend

Is there an opportunity to call the ajax method "beforeSend"? I can only find the events Complete, Success and Error in Tiggzi. Can I do this programmatically?

by janick.eisert
Mon May 14, 2012 4:35 pm
Forum: Issues
Topic: date picker: set value
Replies: 5
Views: 1238
 
Jump to post

date picker: set value

Yes. I want to know how to read and set the value with JavaScript.

by janick.eisert
Mon May 14, 2012 4:11 pm
Forum: Issues
Topic: date picker: set value
Replies: 5
Views: 1238
 
Jump to post

date picker: set value

After selecting a date in the date picker, the value attribute of the input tag has no value/is empty.

by janick.eisert
Mon May 14, 2012 3:27 pm
Forum: Issues
Topic: select menu: select option
Replies: 5
Views: 1584
 
Jump to post

select menu: select option

I want to set the value... < select < option value=" 1 "A < / option < option value=" 2 "B < / option < option value=" 3 "C < / option < / select When I have this select menu, A is selected (default). But I want that B is selected.
by janick.eisert
Mon May 14, 2012 2:16 pm
Forum: Issues
Topic: select menu: select option
Replies: 5
Views: 1584
 
Jump to post

select menu: select option

I've tried the Tiggr function, but it still doesn't work. The selector and the value is correct. Can you try if it works (in your application)?

Thanks for your help.

by janick.eisert
Mon May 14, 2012 1:15 pm
Forum: Issues
Topic: date picker: set value
Replies: 5
Views: 1238
 
Jump to post

date picker: set value

How can I set a date in the date picker? I've tried this, but I can only set the value attribute which is not used (always empty after choosing a date):

$(".datePicker").find('input').attr('value', '2012-05-14');

Thanks for your help!

by janick.eisert
Mon May 14, 2012 12:45 pm
Forum: Issues
Topic: select menu: select option
Replies: 5
Views: 1584
 
Jump to post

select menu: select option

I want to select an option of the select menu. I've tried

$(".selectMenu").val(2);

This should select the option with value 2, but it doesn't work.

In a normal HTML page, it works. How do I solve this problem?

by janick.eisert
Fri May 04, 2012 1:15 pm
Forum: Issues
Topic: date picker - invoke service
Replies: 7
Views: 3287
 
Jump to post

date picker - invoke service

I would like to invoke a rest webservice after selecting a date in the date picker. I have tried events like "value change", "selected", "input", but it does not work.

Can someone help me? Thanks.

Go to advanced search