I cant put an scroll onthe pop up editor

I cant put an scroll onthe pop up editor

alepervelalepervel Posts: 5Questions: 2Answers: 0

Hi , I can´t activate de scroll on the pop up editor , heres mi code

var editor;

$(document).ready(function() {

    $.extend($.$.fn.dataTable.Editor.display.envelope.conf, {
        windowScroll: true,
        attach:       "head"
    } );

    editor = new $.fn.dataTable.Editor( {
        ajax: "../../../Editor-1.4.2/gestinc_php/cat_incidencia_config.php",
        table: "#t_cat_incidencia",
        display:"envelope",
        fields: [

Any idea??

This question has an accepted answers - jump to answer

Answers

  • alepervelalepervel Posts: 5Questions: 2Answers: 0

    im working with jetbrains and it tells me : "unresolved variable envelope" .. please help me

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin
    Answer ✓

    $.$.fn.dataTable.Editor.display.envelope.conf

    I think you mean just:

    $.fn.dataTable.Editor.display.envelope.conf
    

    Allan

  • alepervelalepervel Posts: 5Questions: 2Answers: 0

    Thank you!

This discussion has been closed.