Search found 16 matches

Go to advanced search

by Jared Righter
Thu Jun 12, 2014 2:19 am
Forum: Issues
Topic: Centering Checkbox Group
Replies: 3
Views: 582
 
Jump to post

Centering Checkbox Group

The entire group

by Jared Righter
Wed Jun 11, 2014 7:23 pm
Forum: Issues
Topic: Centering Checkbox Group
Replies: 3
Views: 582
 
Jump to post

Centering Checkbox Group

I've tried a few things including below on the page load event but I can't seem to get my checkbox group (fontStyleGroup) to center.

Appery('fontStyleGroup').css('align', 'center');
Appery('fontStyleGroup').css('display', 'block');

by Jared Righter
Wed Jun 11, 2014 5:52 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

I got it!!!

So it was dumb on my part...I needed to add 2 .JS: 1) the jquery-ui-1.10.4.custom.min from http://jqueryui.com/download/ & 2) JS from Touch Punch. Then of course the JS on the page load event: Appery('your component name here').draggable();

by Jared Righter
Wed Jun 11, 2014 12:22 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

m z - were you able to get the dragging to work with touch devices? mine still only works with the mouse.

by Jared Righter
Tue Jun 10, 2014 4:36 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

I will try Touch Punch's forum for more help on this. The above didn't work.

As of now I have my text area dragging around but only with the mouse.

by Jared Righter
Tue Jun 10, 2014 4:11 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

Thank you, I will look at that soon. Another question though. I have gotten the button to drag on the PC with a mouse but on a touch device it doesn't work. I know there is something else I need to do or add but can't seem to find it or where to put it?

by Jared Righter
Tue Jun 10, 2014 3:29 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

Ok I got it to work with a button but I need it to work with a text area. How do I modify it to do that?

by Jared Righter
Tue Jun 10, 2014 3:25 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

When I go to the link you gave me & download the file there are three js files:

jquery-ui-1.10.4.custom.js
jquery-ui-1.10.4.custom.min.js
jquery-1.10.2.js

Which one?

by Jared Righter
Mon Jun 09, 2014 9:06 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

I have now added the 3 JS files from the download you gave me. Placed button 'mobilebutton_1' on the page Placed Appery('mobilebutton_1').draggable(); in the load event for the page. Not getting the error now but doesn't do anything & another button I had linked to another page no longer works.
by Jared Righter
Mon Jun 09, 2014 2:18 pm
Forum: Issues
Topic: does Drag & Drop for mobile web app is possible?
Replies: 25
Views: 5225
 
Jump to post

does Drag & Drop for mobile web app is possible?

Hi Max, I know this is an older subject but I did exactly as Ram did: added the lib as a JS asset placed a button on the page on page load JS: Appery('mobilebutton_1').draggable(); I'm getting the same "not a function" error. Can you be specific in how to remedy this? I also tried $ ('mobi...

Go to advanced search