Lines Matching refs:oInit

854 	$.fn.dataTable = function( oInit )  argument
1484 this.oInit = null;
3833 oClasses = (typeof oInit.bJQueryUI != 'undefined' && oInit.bJQueryUI) ?
6246 function _fnLoadState ( oSettings, oInit ) argument
6321 oInit.saved_aoColumns = [];
6324 oInit.saved_aoColumns[i] = {};
6325 oInit.saved_aoColumns[i].bVisible = oData.abVisCols[i];
6933 if ( typeof oInit == 'undefined' ||
6934 ( typeof oInit.bRetrieve != 'undefined' && oInit.bRetrieve === true ) )
6938 else if ( typeof oInit.bDestroy != 'undefined' && oInit.bDestroy === true )
7011 if ( typeof oInit != 'undefined' && oInit !== null )
7013 oSettings.oInit = oInit;
7014 _fnMap( oSettings.oFeatures, oInit, "bPaginate" );
7015 _fnMap( oSettings.oFeatures, oInit, "bLengthChange" );
7016 _fnMap( oSettings.oFeatures, oInit, "bFilter" );
7017 _fnMap( oSettings.oFeatures, oInit, "bSort" );
7018 _fnMap( oSettings.oFeatures, oInit, "bInfo" );
7019 _fnMap( oSettings.oFeatures, oInit, "bProcessing" );
7020 _fnMap( oSettings.oFeatures, oInit, "bAutoWidth" );
7021 _fnMap( oSettings.oFeatures, oInit, "bSortClasses" );
7022 _fnMap( oSettings.oFeatures, oInit, "bServerSide" );
7023 _fnMap( oSettings.oFeatures, oInit, "bDeferRender" );
7024 _fnMap( oSettings.oScroll, oInit, "sScrollX", "sX" );
7025 _fnMap( oSettings.oScroll, oInit, "sScrollXInner", "sXInner" );
7026 _fnMap( oSettings.oScroll, oInit, "sScrollY", "sY" );
7027 _fnMap( oSettings.oScroll, oInit, "bScrollCollapse", "bCollapse" );
7028 _fnMap( oSettings.oScroll, oInit, "bScrollInfinite", "bInfinite" );
7029 _fnMap( oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap" );
7030 _fnMap( oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss" );
7031 _fnMap( oSettings, oInit, "asStripClasses", "asStripeClasses" ); // legacy
7032 _fnMap( oSettings, oInit, "asStripeClasses" );
7033 _fnMap( oSettings, oInit, "fnPreDrawCallback" );
7034 _fnMap( oSettings, oInit, "fnRowCallback" );
7035 _fnMap( oSettings, oInit, "fnHeaderCallback" );
7036 _fnMap( oSettings, oInit, "fnFooterCallback" );
7037 _fnMap( oSettings, oInit, "fnCookieCallback" );
7038 _fnMap( oSettings, oInit, "fnInitComplete" );
7039 _fnMap( oSettings, oInit, "fnServerData" );
7040 _fnMap( oSettings, oInit, "fnFormatNumber" );
7041 _fnMap( oSettings, oInit, "aaSorting" );
7042 _fnMap( oSettings, oInit, "aaSortingFixed" );
7043 _fnMap( oSettings, oInit, "aLengthMenu" );
7044 _fnMap( oSettings, oInit, "sPaginationType" );
7045 _fnMap( oSettings, oInit, "sAjaxSource" );
7046 _fnMap( oSettings, oInit, "sAjaxDataProp" );
7047 _fnMap( oSettings, oInit, "iCookieDuration" );
7048 _fnMap( oSettings, oInit, "sCookiePrefix" );
7049 _fnMap( oSettings, oInit, "sDom" );
7050 _fnMap( oSettings, oInit, "bSortCellsTop" );
7051 _fnMap( oSettings, oInit, "oSearch", "oPreviousSearch" );
7052 _fnMap( oSettings, oInit, "aoSearchCols", "aoPreSearchCols" );
7053 _fnMap( oSettings, oInit, "iDisplayLength", "_iDisplayLength" );
7054 _fnMap( oSettings, oInit, "bJQueryUI", "bJUI" );
7055 _fnMap( oSettings.oLanguage, oInit, "fnInfoCallback" );
7058 if ( typeof oInit.fnDrawCallback == 'function' )
7061 "fn": oInit.fnDrawCallback,
7067 if ( typeof oInit.fnServerParams == 'function' )
7070 "fn": oInit.fnServerParams,
7075 if ( typeof oInit.fnStateSaveCallback == 'function' )
7078 "fn": oInit.fnStateSaveCallback,
7083 if ( typeof oInit.fnStateLoadCallback == 'function' )
7086 "fn": oInit.fnStateLoadCallback,
7110 if ( typeof oInit.bJQueryUI != 'undefined' && oInit.bJQueryUI )
7117 if ( typeof oInit.sDom == 'undefined' )
7130 if ( typeof oInit.iDisplayStart != 'undefined' &&
7134 oSettings.iInitDisplayStart = oInit.iDisplayStart;
7135 oSettings._iDisplayStart = oInit.iDisplayStart;
7139 if ( typeof oInit.bStateSave != 'undefined' )
7141 oSettings.oFeatures.bStateSave = oInit.bStateSave;
7142 _fnLoadState( oSettings, oInit );
7149 if ( typeof oInit.iDeferLoading != 'undefined' )
7152 oSettings._iRecordsTotal = oInit.iDeferLoading;
7153 oSettings._iRecordsDisplay = oInit.iDeferLoading;
7156 if ( typeof oInit.aaData != 'undefined' )
7163 if ( typeof oInit != 'undefined' && typeof oInit.aoData != 'undefined' )
7165 oInit.aoColumns = oInit.aoData;
7169 if ( typeof oInit.oLanguage != 'undefined' )
7171 if ( typeof oInit.oLanguage.sUrl != 'undefined' && oInit.oLanguage.sUrl !== "" )
7174 oSettings.oLanguage.sUrl = oInit.oLanguage.sUrl;
7181 _fnLanguageProcess( oSettings, oInit.oLanguage, false );
7193 oInit = {};
7200 if ( typeof oInit.asStripClasses == 'undefined' &&
7201 typeof oInit.asStripeClasses == 'undefined' )
7257 if ( typeof oInit.aoColumns == 'undefined' )
7267 aoColumnsInit = oInit.aoColumns;
7274 if ( typeof oInit.saved_aoColumns != 'undefined' && oInit.saved_aoColumns.length == iLen )
7280 aoColumnsInit[i].bVisible = oInit.saved_aoColumns[i].bVisible;
7287 if ( typeof oInit.aoColumnDefs != 'undefined' )
7290 for ( i=oInit.aoColumnDefs.length-1 ; i>=0 ; i-- )
7293 var aTargets = oInit.aoColumnDefs[i].aTargets;
7310 _fnColumnOptions( oSettings, aTargets[j], oInit.aoColumnDefs[i] );
7316 oInit.aoColumnDefs[i] );
7326 _fnColumnOptions( oSettings, k, oInit.aoColumnDefs[i] );
7362 if ( typeof oInit.aaSorting == "undefined" &&
7414 for ( i=0 ; i<oInit.aaData.length ; i++ )
7416 _fnAddData( oSettings, oInit.aaData[ i ] );