Created
October 12, 2016 21:11
-
-
Save svenl77/8d093aaadba3fe17a693b0d95b9a7363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// SideBySide View | |
// Default library view type. form-horizonal bootstrap form layout. | |
Form::open ("test1", $values) | |
//Inline View | |
// form-inline bootstrap form layout. | |
Form::open ("test1", $values, "view" = "Inline") | |
// Vertical View | |
// Simple vertical layout without labels. | |
Form::open ("test1", $values, "view" = "Vertical") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment