FSN#32007 Find-as-you-type pas vanaf 5 regels en niet bij collapsed
svn path=/Website/trunk/; revision=24470
This commit is contained in:
@@ -31,10 +31,11 @@ function doFilter(deze)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (window.$)
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
if (typeof(postformHTML)!="undefined") $("body").append(postformHTML);
|
if (typeof(postformHTML)!="undefined") $("body").append(postformHTML);
|
||||||
|
|
||||||
if ($('table.rstable>tbody>tr').length)
|
if ($('table.rstable>tbody>tr').length > 4)
|
||||||
{
|
{
|
||||||
$("#iframerextratitle").after("<input id='autofilter' type='text' placeholder='"+L("lcl_autofilter")+"'>");
|
$("#iframerextratitle").after("<input id='autofilter' type='text' placeholder='"+L("lcl_autofilter")+"'>");
|
||||||
$("#autofilter")
|
$("#autofilter")
|
||||||
|
|||||||
@@ -455,6 +455,9 @@ div.fcltframe {
|
|||||||
top: -2px;
|
top: -2px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
div.collapsed #autofilter {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
|
||||||
div.fcltframeheader {
|
div.fcltframeheader {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user