Remove trailing whitespace in ObjectActionFunctionTemplatePlugin documentation
authorMatthias Schmidt <gravatronics@live.com>
Mon, 22 Mar 2021 12:04:08 +0000 (13:04 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 22 Mar 2021 12:04:08 +0000 (13:04 +0100)
wcfsetup/install/files/lib/system/template/plugin/ObjectActionFunctionTemplatePlugin.class.php

index 0680121a923fe8ed0cf7cb6ddbc2f5229fec3b43..79180e9a7d838dd401d652bf4f398fa566a66779 100644 (file)
@@ -18,17 +18,17 @@ use wcf\util\StringUtil;
  *      by the closest `jsObjectActionContainer` element)
  *  - attributes beginning with `parameter` are mapped to `data-object-action-parameter-*`
  *      attributes of the button
- * 
+ *
  * One of the following aguments for `delete` action is required:
  *  - `objectTitle`: name of the object used in the `wcf.global.button.delete.confirmMessage`
  *      confirmation language item
  *  - `confirmMessage`: confirmation message or confirmation language item
- * 
+ *
  * Arguments for `toggle` action:
  *  - `isDisabled` (required): indicates the current toggle state of the relevant object
  *  - `disableTitle`: title or language item with the title of the button for the disable action
  *  - `enableTitle`: title or language item with the title of the button for the enable action
- * 
+ *
  * Examples:
  *
  *  {objectAction action="delete" objectTitle=$object->getTitle()}