The entire group
The entire 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');
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();
m z - were you able to get the dragging to work with touch devices? mine still only works with the mouse.
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.
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?
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?
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?