Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Опубликовано:

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

 

Добрался до форм. В обычном шаблоне модуля 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;}}

 

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

Рекомендованные сообщения

Опубликовано:
{$form_snaps}

Опубликовано:
  • Автор

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

 

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

 

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

Изменено пользователем vinegredz

Опубликовано:
	/**
 * @brief	Stored Content to output
 */
public $output = '';

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.