diff --git a/includes/widget-method-option.xml b/includes/widget-method-option.xml index b9652f52..05df5bc6 100644 --- a/includes/widget-method-option.xml +++ b/includes/widget-method-option.xml @@ -4,7 +4,10 @@ Sets one or more options for the . - Gets the value currently associated with the specified optionName. + +

Gets the value currently associated with the specified optionName.

+

Note: For options that have objects as their value, you can get the value of a specific key by using dot notation, e.g., "foo.bar" would get the value of the bar property on the foo option.

+
The name of the option to get. @@ -13,7 +16,10 @@ Gets an object containing key/value pairs representing the current options hash.
- Sets the value of the option associated with the specified optionName. + +

Sets the value of the option associated with the specified optionName.

+

Note: For options that have objects as their value, you can set the value of just one property by using dot notation for optionName, e.g., "foo.bar" would update only the bar property of the foo option.

+
The name of the option to set.