Loading core/lib/Drupal/Core/Render/Element/Number.php +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ * - #step: Ensures that the number is an even multiple of step, offset by #min * if specified. A #min of 1 and a #step of 2 would allow values of 1, 3, 5, * etc. * - #size: The size of the input element in characters. * * Usage example: * @code Loading core/lib/Drupal/Core/Render/Element/Select.php +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ * is #required or not. * - #required: (optional) Whether the user needs to select an option (TRUE) * or not (FALSE). Defaults to FALSE. * - #size: The size of the input element in characters. * - #size: The number of rows in the list that should be visible at one time. * * Usage example: * @code Loading core/lib/Drupal/Core/Render/Element/Table.php +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ * providing responsive tables. Defaults to TRUE. * - #sticky: Indicates whether to add the drupal.tableheader library that makes * table headers always visible at the top of the page. Defaults to FALSE. * - #size: The size of the input element in characters. * * Usage example: * @code Loading Loading
core/lib/Drupal/Core/Render/Element/Number.php +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ * - #step: Ensures that the number is an even multiple of step, offset by #min * if specified. A #min of 1 and a #step of 2 would allow values of 1, 3, 5, * etc. * - #size: The size of the input element in characters. * * Usage example: * @code Loading
core/lib/Drupal/Core/Render/Element/Select.php +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ * is #required or not. * - #required: (optional) Whether the user needs to select an option (TRUE) * or not (FALSE). Defaults to FALSE. * - #size: The size of the input element in characters. * - #size: The number of rows in the list that should be visible at one time. * * Usage example: * @code Loading
core/lib/Drupal/Core/Render/Element/Table.php +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ * providing responsive tables. Defaults to TRUE. * - #sticky: Indicates whether to add the drupal.tableheader library that makes * table headers always visible at the top of the page. Defaults to FALSE. * - #size: The size of the input element in characters. * * Usage example: * @code Loading