Greasy Fork is available in English.

GM_config (eight's version)

A library to help you set up configure in greasemonkey script.

< Spätná väzba na GM_config (eight's version)

Otázka/komentár

§
Pridaný: 03.08.2015

radio button

Hi,

It really needs radio button support just as the joe simmon's one. Is it planned?

eightAutor
§
Pridaný: 05.08.2015

I will work on it these days.

The option object might look like:

{
    label: "Select gender",
    type: "radio"   // radio|select
    default: "male",    // Default key
    options: {
        male: "I am male",
        female: "I am female"
    },
    multiple: false // Will only work on type:select. If set to true, return a list of selected keys.
}
eightAutor
§
Pridaný: 06.08.2015

Added in 2.1.0.

§
Pridaný: 06.08.2015

thanks

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.