| Description: | Get a preferences value from your Plugin |
Parameter: $key |
Plugin Preferences key w/o PLUGINNAME_ prefix. |
Return: $value |
Preferences value; empty string if not set |
| Since: | TWiki::Plugins::VERSION 1.021 (27 Mar 2004) |
| Description: | Get a preferences flag from your Plugin |
Parameter: $key |
Plugin Preferences key w/o PLUGINNAME_ prefix. |
Return: $flag |
Preferences flag "1" (if set), or "0" (for preferences values "off", "no" and "0", or values not set at all) |
| Since: | TWiki::Plugins::VERSION 1.021 (27 Mar 2004) |
| WebForm | |
|---|---|
| TopicClassification | FeatureDone |
| TopicSummary | Plugins: New TWiki::Func Functions to get Plugin Preferences |
| InterestedParties | |
| AssignedTo | |
| AssignedToCore | WalterMundt |
| ScheduledFor | CairoRelease |
| RelatedTopics | |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |