GM_config (eight's version)

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

< Feedback on GM_config (eight's version)

प्रश्न/टिप्पणी

§
पोस्ट केले: 2015-08-03

radio button

Hi,

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

eightलेखक
§
पोस्ट केले: 2015-08-05

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.
}
eightलेखक
§
पोस्ट केले: 2015-08-06

Added in 2.1.0.

§
पोस्ट केले: 2015-08-06

thanks

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.

长期地址
遇到问题?请前往 GitHub 提 Issues。