Lines Matching refs:sTableId

342 				if ( oSettings.sTableId !== '' && typeof oSettings.aanFeatures.p == "undefined" )
344 nPaging.setAttribute( 'id', oSettings.sTableId+'_paginate' );
345 nPrevious.setAttribute( 'id', oSettings.sTableId+'_previous' );
346 nNext.setAttribute( 'id', oSettings.sTableId+'_next' );
463 if ( oSettings.sTableId !== '' && typeof oSettings.aanFeatures.p == "undefined" )
465 nPaging.setAttribute( 'id', oSettings.sTableId+'_paginate' );
466 nFirst.setAttribute( 'id', oSettings.sTableId+'_first' );
467 nPrevious.setAttribute( 'id', oSettings.sTableId+'_previous' );
468 nNext.setAttribute( 'id', oSettings.sTableId+'_next' );
469 nLast.setAttribute( 'id', oSettings.sTableId+'_last' );
1159 this.sTableId = "";
3642 if ( oSettings.sTableId !== '' )
3644 oSettings.nTableWrapper.setAttribute( 'id', oSettings.sTableId+'_wrapper' );
4284 if ( oSettings.sTableId !== '' && typeof oSettings.aanFeatures.f == "undefined" )
4286 nFilter.setAttribute( 'id', oSettings.sTableId+'_filter' );
5163 if ( oSettings.sTableId !== '' )
5165 nInfo.setAttribute( 'id', oSettings.sTableId+'_info' );
5266 var sName = (oSettings.sTableId === "") ? "" : 'name="'+oSettings.sTableId+'_length"';
5290 if ( oSettings.sTableId !== '' && typeof oSettings.aanFeatures.l == "undefined" )
5292 nLength.setAttribute( 'id', oSettings.sTableId+'_length' );
5356 if ( oSettings.sTableId !== '' && typeof oSettings.aanFeatures.r == "undefined" )
5358 nProcessing.setAttribute( 'id', oSettings.sTableId+'_processing' );
6139 var sAlert = oSettings.sTableId === "" ?
6141 "DataTables warning (table id = '"+oSettings.sTableId+"'): " +sMesg;
6960 if ( _aoSettings[i].sTableId !== "" && _aoSettings[i].sTableId == this.getAttribute('id') )
6978 oSettings.sTableId = sId;