Tags
%STARTINCLUDE%
%CALC{$SET(unique,%RAND%)}%
<style>
form.quicksearch {
  background:#F7F7F7 none repeat scroll 0 0;
  padding:10px;
  margin:10px 0;
  display:block;
}
form.quicksearch input {
  margin-left:5px;
  width:300px;
}
</style>
<div id="quicksearch%CALC{$GET(unique)}%"></div>
<script type='text/javascript' src='%ATTACHURL%/jquery.quicksearch.js'></script>
<script type='text/javascript'>
jQuery(function () {
    $('%target%').quicksearch({
      position: '%position%',
      attached: '#quicksearch%CALC{$GET(unique)}%',
      labelText: '%label%'
    }); 
});
</script>
%STOPINCLUDE%
Topic revision: r1 - 10 Jun 2010, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding CLASSE Wiki? Send feedback