1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

Updates to legacy code in ProcessTemplate, cleaning things up a bit

This commit is contained in:
Ryan Cramer
2016-11-02 12:27:01 -04:00
parent b2a6857561
commit 36984e4a05
8 changed files with 549 additions and 212 deletions

View File

@@ -10,6 +10,8 @@
* @property int $columnWidthSpacing Optionally set the column width spacing (pixels)
* @property string $description Optionally set a description headline for the form
* @property string $confirmText Confirmation text that precedes list of changes (when class InputfieldFormConfirm is active)
* @property string $method Form method attribute (default="post")
* @property string $action Form action attribute (default="./")
*
* Optional classes:
* =================

View File

@@ -2,6 +2,10 @@
/**
* Intended just for outputting markup as help or commentary among other Inputfields
*
* @property callable|string|null $markupFunction
* @property array $textformatters
* @property string $markupText
*
*/

File diff suppressed because it is too large Load Diff