Ignore:
Timestamp:
2009-04-08T13:27:32+12:00 (15 years ago)
Author:
kjdon
Message:

added support for new plugin option type: enumstring, which has a list of predefined values, but can actually take any value - an editbale combobox in gli

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/util/StaticStrings.java

    r18685 r18911  
    9999    static final public String ENTRY_ELEMENT = "Entry";
    100100    static final public String ENUM_STR = "enum";
     101    static final public String ENUM_STRING_STR = "enumstring";
    101102    static final public String EQUALS_CHARACTER = "=";
    102103    static final public String EXCLAMATION_CHARACTER = "!";
Note: See TracChangeset for help on using the changeset viewer.