Input Feld vergrößern

Input Feld vergrößern

churchilchurchil Posts: 34Questions: 5Answers: 0

Ich möchte mein Input Feld vergrößern. Sprich ich möchte das es zwei oder mehr Zeilen hat und nicht über das Feld hinaus schreibt.
Ist das möglich bitte um Hilfe!!!!

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @churchil ,

    Is this using Editor?

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • churchilchurchil Posts: 34Questions: 5Answers: 0

    Is a Screenshoot also ok?
    that you see what i mean?

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    No, it's hard to see what else is going on, especially if you're not using Editor.

  • churchilchurchil Posts: 34Questions: 5Answers: 0

    and how can i add an print button inside the Editor window?

  • churchilchurchil Posts: 34Questions: 5Answers: 0

    i'm using the editor
    and i just want to edit this fields

  • churchilchurchil Posts: 34Questions: 5Answers: 0

    and in this window i a want a print button but i dont know how

    SCRIPT:

            { extend: 'selected',className: 'btn-light', text: 'Vorstellungsformular', editor: editor2, 
            action: function () {      
                    var indexes = table.rows( {selected: true} ).indexes();                    
                    editor2.edit( indexes, {
                        title: 'Vorstellungsformular',
                        buttons: indexes.length === 1 ?
                            backNext :
                            'Save'
                    } );
            }, 
            }
    
  • churchilchurchil Posts: 34Questions: 5Answers: 0

    and i cant but it into the editor because i get the data from the Database and then there is only error error error

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Is this a duplicate of this thread? https://datatables.net/forums/discussion/56376/print-button#latest . I''m about to look that one now.

  • churchilchurchil Posts: 34Questions: 5Answers: 0

    Just take textarea. Then it works

This discussion has been closed.