Last active
February 2, 2016 18:44
-
-
Save lianglee/d4236ecd0a121620412f 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 | |
| echo ossn_plugin_view('input/dropdown', array( | |
| 'name' => 'gender', | |
| 'class' => 'my-select', | |
| 'id' => 'select-box', | |
| 'options' => array( | |
| 'male' => 'Male', | |
| 'female' => 'female' | |
| ) | |
| )); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment