Vertaling van "de JQuery UI" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Se ha actualizado el CSS de JQuery UI a la última versión e incluye los sprites PNG que vienen de forma por defecto con jQuery UI, eliminando algunos errores de "activos no encontrados" del escritorio
Updated jQuery UI CSS to latest version & included the PNG sprites that come by default with jQuery UI, eliminating some back-end "asset not found" errors
JQuery - Obtener el Día de la Semana del datepicker de JQuery UI cuando elijo una fecha
JQuery - Get Day of Week from JQuery UI datepicker when we select a date
Todos los Zii Widgets hacen uso de JQuery UI.
El conocimiento de jQuery UI puede ayudar pero no debe ser esencial para completar este tutorial.
Knowledge of jQuery UI may help but shouldn't be essential to complete this tutorial.
Es deliberadamente simple para que podamos centrarnos en lo que se necesita para hacer un plugin de jQuery UI sin perderse en el código.
It's purposely simple so that we can focus on what is needed to make a jQuery UI plugin without getting lost in the code.
Para cambiar una opción configurable de cualquier widget de jQuery UI antes de la inicialización, el desarrollador de implementación solo usaría algo como esto
To change a configurable option of any jQuery UI widget prior to initialisation the implementing developer would just use something like this
Otro método que nuestro complemento debería exponer es el método destroy () que es común a todos los complementos de jQuery UI.
Another method that our plugin should expose is the destroy() method which is common to all jQuery UI plugins.
También haremos un uso ligero del marco CSS, por lo que necesitaremos una de las hojas de estilo de tema disponibles con la versión estable actual de jQuery UI (utilicé ui-lightness en este ejemplo).
We'll be making light use of the CSS framework as well, so we'll need one of the theme style sheets available with the current stable version of jQuery UI (I used ui-lightness in this example).
Este plugin de jQuery datepicker envuelve la interfaz de jquery UI en un componente interactivo especialmente diseñado para la elección de intervalos de tiempo.
This plugin wraps the jQuery UI datepicker into an interactive component specifically designed for choosing date ranges.
Viene con estilos para la mayoría de los elementos de jQuery UI (modal, botones, panel de pestañas, selector de fechas, etc.).Luce muy bien en un fondo claro y oscuro...
Comes with styles for most jQuery UI elements (modal, buttons, tab panel, date picker, etc.). Looks great on a light and dark background as well.
O, si la necesitan, deberían editarla para que solo modificase los componentes de jQuery UI que ellos generen.
Again, they should probably modify that stylesheet so that it only applies to jQuery components generated by their own plugin.
La mayoría de los componentes de jQuery UI están encapsulados dentro de Yii widgets lo que permite una sintaxis más robusta y poder integrarse con las características del framework.
Handling date input with the DatePicker Yii widgets Most complex jQuery UI components are wrapped into Yii widgets to allow more robust syntax and integrate with framework features.
Por otro lado, deberían evitar añadir la hoja de estilos de jQuery UI y dejar que sobrescriba los estilos por defecto de WordPress.
On the other hand, they shouldn't add jQuery UI's stylesheet and overwrite WordPress' default styles.