konto usunięte
Temat: wlasny template dla formularza
mozecie mi wytlumaczyc jak krok po kroku zrobic wlasny wyglad formularza ? podazalem wedlug tutoriala ale nie dziala albo czegos nie zrozumialemw controlerze mam:
class TourPage extends Page {
....
}
class TourPage_Controller extends Page_Controller {
....
function fomularzForm() {
// Create fields
$fields = new FieldSet(
new TextField('FirstName', 'First name'),
new EmailField('Email', 'Email address')
);
function forTemplate() {
return $this->renderWith(array(
$this->class,
'Form'
));
}
return new Form($this, 'formularzForm', $fields);
}
}
w pliku fomularzForm.ss
http://wilgocki.net/ss/formularzForm.ss
no i mi to nie dziala :/korneliusz wilgocki edytował(a) ten post dnia 27.12.08 o godzinie 14:11