Skip to content

Commit

Permalink
Corregir ejemplo en la documentación de rup_select
Browse files Browse the repository at this point in the history
  • Loading branch information
xaabi6 committed Jan 29, 2025
1 parent e6b0f0b commit 908f4e8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/rup.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
* {@link https://select2.org//|Select2}. Para mas información acerca de
* las funcionalidades y opciones de configuración pinche
* {@link https://select2.org//|aquí}.
* @example $("#idSelect").rup_select({ source : "selectSimple/remote",
* sourceParam : {label:"desc"+$.rup_utils.capitalizedLang(),
* value:"code", style:"css"} });
* @example $("#idSelect").rup_select({
* url: "selectSimple/remote",
* sourceParam : {
* text: "desc" + $.rup_utils.capitalizedLang(),
* id: "code",
* style: "css"
* }
* });
*/

/* global define */
Expand Down

0 comments on commit 908f4e8

Please sign in to comment.