Sackgesicht VIP
Total posts: 1,636
26 Mar 2012 00:35

The label of the TRUE value will not display.

Maybe the sliding button needs some "improvement". I attached a button design used in Gantry Framework - Rockettheme templates for comparison.

To fit the template it would be good to have control over the button color or even provide button templates. (Maybe an additional template-folder, which holds files with button description)

Last Modified: 02 Mar 2014


Guest
26 Mar 2012 02:37

Information about this bug was passed to developers too


Sergey
Total posts: 13,748
27 Mar 2012 03:06

I looked all over and I cannot find good Mootools script. there are lot of JQuery but onlyo ne for MooTools. I will correct CSS though.


Sackgesicht VIP
Total posts: 1,636
31 Mar 2012 20:03

I looked all over and I cannot find good Mootools script.

then try to check this .. http://davidwalsh.name/iphone-checkboxes-mootools :D


Sackgesicht VIP
Total posts: 1,636
01 Apr 2012 02:10

Then try to use the images from this site as well ... (see attachment)

i would suggest to use a "neutral" png for the on-background and introduce a new parameter "color" as a sort of template for the button. Then the user can choose their background color ...

see: http://mattersofgrey.com/png-background-color-change-with-css/


.iPhoneCheckContainer{ position:relative; width:85px; height:27px; cursor:pointer; overflow:hidden; } .iPhoneCheckContainer input{ position:absolute; top:5px; left:30px; } .iPhoneCheckHandle{ display:block; height:27px; width:39px; cursor:pointer; position:absolute; top:0; left:0; } .iPhoneCheckHandle .iPhoneCheckHandleBG{ position:absolute; width:5px; height:100%; top:0; left:0; z-index:1; } .iPhoneCheckHandle .iPhoneCheckHandleSlider{ position:absolute; top:0; left:0; height:27px; width:39px; background:url(iphone-slider.png) no-repeat; z-index:2; } label.iPhoneCheckLabelOn,label.iPhoneCheckLabelOff{ font-size:17px; line-height:17px; font-weight:bold; font-family:Helvetica Neue,Arial,Helvetica,sans-serif; text-transform:uppercase; cursor:pointer; display:block; height:22px; position:absolute; width:52px; top:0; } label.iPhoneCheckLabelOn{ color:#fff; background:url(iphone-on.png) no-repeat; text-shadow:0px 0px 2px rgba(0,0,0,0.6); left:0; padding:5px 0 0 8px; } label.iPhoneCheckLabelOff{ color:#8B8B8B; background:url(iphone-off.png) no-repeat right 0; text-shadow:0px 0px 2px rgba(255,255,255,0.6); text-align:right; right:0; padding:5px 8px 0 0; }

Guest
20 Apr 2012 00:25

The behavior of the input data was corrected in version 1.1 Soon it will be released

Powered by Cobalt