Welcome, Guest

Function script set a checkbox unchecked
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Function script set a checkbox unchecked

Function script set a checkbox unchecked 2 years, 5 months ago #10358

Here's a little trick to make an unchecked checkbox with a button for example:

Function:

function mf_setUnchecked(name, value, checked)
{
    if (arguments.length<3) checked = false;
    for (var i = 0; i < ff_elements.length; i++)
        if (ff_elements[i][2]==name) {
            var e = ff_getElementByIndex(i);
            if (e.value == value) {
                e.checked = checked;
                break;
            } // if
        } // if
} // mf_setUnchecked

Custom code for the button:

function ff_MyButton_action(element, action)
{
    switch (action) {
        case 'click':

mf_setUnchecked('name','value');

            break;
        default:;
    } // switch
} // ff_MyButton_action


it also works with the radio button.
  • izikit
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Karma: 0
  • Page:
  • 1
Moderators: TheMuffinMan, ForumSupport
Time to create page: 0.26 seconds

Facebook Discount - 40% Off!

Fans of our Facebook page here are entitled to get a 1-year-subscription for the price of a 6-months!

Steps to take:

  • Become a fan on Facebook (Like) here
  • Purchase a 6-months-subscription from here
  • Write a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with your username and prove of your like and we'll upgrade to the 1-year-subscription

Joomla!® Forms Discount - 40% Off!

Already purchased a forms extension from a different vendor but your requirements changed and now you need a forms extension that is capable of more than just the standards? We help you to keep the costs for a change under control: Get a 40% discount on our professional membership plan! -- meaning timely unlimited access to all current and future commercial extensions, breezingforms themes & apps and Joomla!® templates at crosstec.de, including 1 year of support -- without any website limitations -- Just prove that you previously purchased another forms extension for Joomla!® from a different vendor and you are qualified.

Steps to take:

  • Purchase a 1-year-subscription from here
  • Write a quick email to This email address is being protected from spambots. You need JavaScript enabled to view it. with your username and prove of the purchase for the other form vendor and we'll upgrade to the professional-subscription

About

Crosstec GmbH & Co. KG

Bergisch-Gladbacher-Str. 829

51069 Cologne, Germany

Imprint