Traducere "TextArea" în engleză
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
Definimos aquí el área de texto usando la etiqueta "textarea".
Here we define the text area using "textarea" tag.
Desde la administración podrás editar el mensaje del box mediante un textarea.
From the administration you can edit the message box with a textarea.
Concluyendo, sería un error utilizar este método para un TextArea.
Concluding, it would be a mistake to use this method for a TextArea.
Como obtener todo el texto cargado a un atributo desde un TextArea
How to obtain the whole text loaded to an attribute from a TextArea
Personalice su TextArea sin escribir una sola línea de código
Customize your TextArea without writing a single line of code
Si el contenido del TextArea fuera mayor a 255 caracteres, se truncaría perdiendo así el resto de los caracteres.
If the content of the TextArea was higher than 255 characters, it will be incompleted, losing the rest of the characters.
TextArea Un largo bloque de texto de ayuda que se rompe en una nueva línea y puede extenderse más allá de una línea.
Textarea A longer block of help text that breaks onto a new line and may extend beyond one line.
86532: Al añadir y quitar texto, se deshabilita TextArea; no es posible desplazarse y todo el texto permanece resaltado.
86532: When adding an removing text, TextArea becomes unusable - un-scrollable and all the text keeps getting highlighted.
En caso contrario, si se ingresa un largo mayor a 255 caracteres, por ejemplo 300 para el Input, se limitará en la ejecución a 255 y si se ingresa 5000 para el TextArea se limitará a 5000 caracteres.
Otherwise, if you enter a length longer than 255 characters, for instance 300 for Input, in the execution it will be limited to 255 and if you enter 5000 for TextArea, it will be limited to 5000 characters.
Summary En un TextArea se puede colocar una cantidad indefinida de caracteres.
Summary In a TextArea an indefinite number of characters can be placed.
Muestra las fuentes en una variedad de estilos, tamaños y colores, prestados ya sea con un lienzo o con un TextArea.
Displays the fonts in a variety of styles, sizes and colours, rendered either with a Canvas or with a TextArea.
Si no se ingresa el largo, en la ejecución se limitará el ingreso a 255 caracteres para el Input y a 1000 caracteres para el TextArea.
If you don't enter length, in the execution, the maximum for Input will be 255 characters and 1000 for TextArea.
71760: La barra de desplazamiento horizontal del componente TextArea no funciona correctamente cuando se establece el valor false de la propiedad wordwrap.
71760: Horizontal scrollbar in TextArea component is not functioning properly when wordwrap property is set to false.