Search found 8 matches

Go to advanced search

by Frank
Fri Feb 03, 2012 9:48 pm
Forum: Issues
Topic: Map Image Source Attribute to REST response
Replies: 1
Views: 496
 
Jump to post

Map Image Source Attribute to REST response

Hi there, mapping an response array of a service to a listitem is perfectly supported. I want to show a list with an image per listitem. The images are located on the same server as the webapp. We're not able to load all images as assets to the app during development because they change during runti...
by Frank
Fri Feb 03, 2012 4:07 pm
Forum: Issues
Topic: Howto call dialog programmatically by name
Replies: 1
Views: 508
 
Jump to post

Howto call dialog programmatically by name

Hi there, We have to switch in a workflow between calling a service or popup a dialog. Therefore we use custom javascript. Calling the service is straight forward by calling the service by name: myservice.execute({}); (no idea what could be entered in the {}...) To open the dialog, we only see that ...
by Frank
Thu Feb 02, 2012 6:32 am
Forum: Issues
Topic: Second line in header
Replies: 6
Views: 982
 
Jump to post

Second line in header

$('h1').first().append('SubTitle'); works, but what I want is a second line with a smaller font (see my first reply) This was my initial question: $('h1').first().append('<h3>SubTitle</h3>'); and $('h1').first().append('<br>SubTitle'); also works. My suggestion is, that the default padding/margin fo...
by Frank
Wed Feb 01, 2012 9:56 pm
Forum: Issues
Topic: Second line in header
Replies: 6
Views: 982
 
Jump to post

Second line in header

no - I shared the project 25910 with you...

Sample that's not working is on first screen "scrArbeitsplatz" (load event).
Caption is changed, but no second line is appended...

by Frank
Wed Feb 01, 2012 5:42 pm
Forum: Issues
Topic: Footer content
Replies: 3
Views: 660
 
Jump to post

Footer content

Add a class to your footer "my-footer-class". Add into the onload event of your screen Run custom java script and with $('.my-footer-class').append('<h1>My Content</h1>') your content will shown in the footer. Use custom css to add alignment and other css properties you want. Regards Frank
by Frank
Wed Feb 01, 2012 5:19 pm
Forum: Issues
Topic: Howto access the jQuery.mobile data-backbtn property ?
Replies: 1
Views: 467
 
Jump to post

Howto access the jQuery.mobile data-backbtn property ?

Hi there,

I want to add the typical back-button on the upper left corner. jQuery.mobile has a HTML5 attribute data-backbtn. Is there any property in tiggzi do access this by a dialog/checkbox ?

Thx

Regards
Frank

by Frank
Wed Feb 01, 2012 4:16 pm
Forum: Issues
Topic: Second line in header
Replies: 6
Views: 982
 
Jump to post

Second line in header

ok - the h3's are removed while uploading in the subtitle ;-)

by Frank
Wed Feb 01, 2012 4:14 pm
Forum: Issues
Topic: Second line in header
Replies: 6
Views: 982
 
Jump to post

Second line in header

Hi there, I want to add a second line to the header with the jQuery command $('h1').first().append('h3SubTitle/h3'); This line is executed with the screen load event, but nothing happens... BTW: $('h1').first().text('Title').append('h3SubTitle/h3'); will change the header caption to title, so the fi...

Go to advanced search