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

\IPS\Helpers\Form\CheckboxSet в линию

Recommended Posts

Здравствуйте. Так не красиво: http://prntscr.com/nteq1z как сделать в линию?

 

Или еще вот выше \IPS\Helpers\Form\Node красиво, можно и так сделать, даже лучше будет. Но как сделать это без Node?

 

	$form->add( new \IPS\Helpers\Form\Node( 'wc3_admin_botid', 0, TRUE, array( 'zeroVal' => 'wc3_admin_botid_all', 'class' => 'IPS\wc3\Bot' ), NULL, NULL, NULL, 'wc3_admin_botid' ) );
	$form->add( new \IPS\Helpers\Form\CheckboxSet( 'wc3_admin_access', NULL, TRUE, array( 'unlimited' => 'wc3_admin_access_all', 'options' => $this->commands() ) ) );

Share this post


Link to post

css

#form_wc3_admin_access .ipsField_fieldList li {
   display: inline-block;
}

Share this post


Link to post

Наверное, можно. Все зависит от скиллов

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...