silverstripe-multiform/code
2008-06-23 05:06:36 +00:00
..
MultiForm.php BUGFIX We now call $nextStep->Link and $prevStep->Link() instead of $this->getCurrentStep()->Link() on MultiForm->next() and MultiForm->prev() which is confusing, and doesn't always work 2008-06-23 05:06:36 +00:00
MultiFormObjectDecorator.php Added phpdoc to methods and classes 2008-04-22 11:03:03 +00:00
MultiFormPurgeTask.php Added phpdoc to methods and classes 2008-04-22 11:03:03 +00:00
MultiFormSession.php Fixed re-creating of a new Hash field even if one exists, also fixed non-object errors through better structured setSession() method 2008-05-14 11:30:35 +00:00
MultiFormStep.php ENHANCEMENT MultiFormStep->form can now be accessed to return the form that the step was created on 2008-06-18 08:07:11 +00:00