Caja de texto y varios - I have many questions

  • ferranma
    Asked on February 8, 2015 at 2:16 AM

    Hola,

    Tengo muchas preguntas, agradezco la ayuda de antemano

    Como puedo poner la caja de texto bajo la etiqueta de la caja?

    En Multiple text fields la ultima etiqueta de caja queda medio partida....

    Como puedo cambiar el tamaño de un cuadro de texto?

    Tengo un Spreadsheet, es posible insertar dos lineas de texto en la misma celda? es posible que la tabla se agrande en funcion del texto introducido?

     

    Como podria hacer que el formulario ocupara toda la pantalla, y tuviera en algunos casos 2 columnas

     

    Gracias

     

  • jonathan
    Replied on February 8, 2015 at 10:57 AM

    Google translation

    I have many questions, I appreciate the help in advance

    As I can put the box under the label of the box?

    Multiple text fields In the last half box label is starting ....

    As I can resize a text box?

    I have an Spreadsheet, you can insert two lines of text in the same cell? table may become enlarged as a function of the entered text?

    How could make the form occupy the entire screen, and in some cases had 2 columns

     

    You can use sub-label to put the label under the Textbox

    Caja de texto y varios   I have many questions Image 1 Screenshot 60

     

    To resize the Textbox width, use the Size property of the field.

    Caja de texto y varios   I have many questions Image 2 Screenshot 71

     

    To make the content of the spreadsheet cell value have multiple row or word-wrap use the ff: CSS code

    td, th {

    word-break: break-word;

    }

    Caja de texto y varios   I have many questions Image 3 Screenshot 82

     

    You can make the form Responsive and occupy the display viewer width.

    Caja de texto y varios   I have many questions Image 4 Screenshot 93

     

    Here is how everything should look on the form

    Caja de texto y varios   I have many questions Image 5 Screenshot 104

     

    Thanks.

     

    ***Note: 

    Next time please create separate post for each of your question. No matter how many questions you have, it is recommended to create a separate post for each of them.

    When you do it like this (several question in a single post), you are limiting the support member to answer all of your question in a single thread. Which is not efficient and could result on some solution to be limited because other support will not be able to help also.

     

     

  • ferran
    Replied on February 9, 2015 at 3:47 AM

    Hola, Gracias por la respuesta!

     

    con el codigo que me diste, no consigo que las celdas de la  spreadsheet tenga mas de una linea....

  • Welvin Support Team Lead
    Replied on February 9, 2015 at 9:30 AM

    Hi Ferran,

    Which Spreadsheet widget? I see it's working in your spreadsheet widgets. Here's a screenshot:

    Caja de texto y varios   I have many questions Image 1 Screenshot 20

    If you could let us know what spreadsheet widget, then we'd be happy to check and help you fix it.

    Thanks