Created
March 2, 2012 16:17
-
-
Save rderoldan1/1959409 to your computer and use it in GitHub Desktop.
select
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
erb | |
<%= select_tag "option_select", options_from_collection_for_select(@colegios, "dane", "nombre"),:prompt => "SELECCIONE UN COLEGIO", :class => "option_select"%> | |
HTML | |
<select class="option_select" id="option_select" name="option_select"><option value="">SELECCIONE UN COLEGIO</option><option value="205001009916">CENT EDUC EL MANZANILLO</option> | |
<option value="205001002768">CENT EDUC EL SALADO</option> | |
<option value="205001006119">CENT EDUC JUAN ANDRES PATINO</option> | |
<option value="205001001966">CENT EDUC LA ALDEA</option> | |
<option value="205001014308">CENT EDUC LAS PLAYAS</option> | |
<option value="205001001389">CENT EDUC MEDIA LUNA</option> | |
<option value="205001021452">CENT EDUC PEDREGAL ALTO</option> | |
<option value="205001006224">CENT EDUC PERMANENTE MAZO</option> | |
<option value="205001019989">CENT EDUC TRAVESIAS EL MORRO</option> | |
<option value="105001003441">INS TEC INDUSTRIAL PASCUAL BRAVO</option> | |
<option value="205001010281">INST EDUC ALFONSO UPEGUI OROZCO</option> | |
<option value="105001001198">INST EDUC AURES</option> |
nhocki
commented
Mar 2, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment