Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
vinegredz

Создать новую форму в шаблоне

Recommended Posts

Здравствуйте.

 

Добрался до форм. В обычном шаблоне модуля Pages написал такое:

 

{{$form_snaps = new \IPS\Helpers\Form;}}
{{$form_snaps->class = 'ipsForm_vertical';}}
{{$form_snaps->add( new \IPS\Helpers\Form\Upload( 'feed_file', NULL, TRUE, array( 'temporary' => TRUE ) ) );}}
{{$form_snaps->add( new \IPS\Helpers\Form\Text('name') );}}
{{if ( $values = $form_snaps->values() )}}
// Здесь обработка результата
{{endif}}
{{\IPS\Output::i()->output .= $form_snaps;}}

 

На странице ничего не отображается. Чего не хватает для рендеринга формы?

Share this post


Link to post

А что конкретно делает это?

 

{{\IPS\Output::i()->output .= $form_snaps;}}

 

Если его удалить, то форма все равно рендерится здесь {$form_snaps|raw}.

Edited by vinegredz

Share this post


Link to post
	/**
 * @brief	Stored Content to output
 */
public $output = '';

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...