Thursday, February 6, 2014

Do Update This Subject


Css Link

http://bootsnipp.com/buttons
http://getbootstrap.com





BootsTrap Tab
**************
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-navs.php

http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=pills-nav
https://adprotected.com/?ref=adprotected-banner



resize:none is use textarea
placeholder:name is use for watermark


date ralated java code and trim , iReport font ,  drag and drop query
what is jar ? How create it ?
eclipse, netbeen - from page and note pad

project import export and xml add  in eclipse

Relational database and floot database when use ?
Relational database = orcl
 floot database = mysql ( make iReport use it db through drag and drop )




sourse search:
Post Method js and css.zip
Combo validation.zip




Bootstrap Check box :

   <div class="row">
          <div class="col-lg-12">
            <div class="input-group input-group-sm">
              <span class="input-group-addon">
                <input id="isCareGiver" type="checkbox" value="N"/>
                </span>
              <input type="text" class="form-control input-sm" value="Dose Completed" readonly="readonly">
              </div><!-- /input-group -->
            </div><!-- /.col-lg-6 -->
          </div><!-- /.row -->  








Bootstraps property :

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="BootsProperty/utilities/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="BootsProperty/utilities/bootstrap/css/bootstrap-theme.css"/>
<link rel="stylesheet" href="BootsProperty/utilities/UI-Theme/css/jquery-ui-1.10.3.css"/>

<!-- Latest compiled and minified JavaScript -->
<script src="BootsProperty/utilities/UI-Theme/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="BootsProperty/utilities/bootstrap/js/bootstrap.js" type="text/javascript"></script>
<script src="BootsProperty/utilities/bootstrap/js/tab.js" type="text/javascript"></script>

<script>
$(document).ready(function(){
$('#myTab a').click(function (e) {
 e.preventDefault()
 $(this).tab('show')
});
});

</script>



Close Button:
<a href="javascript:void(0)" onclick="closeOpenedDiv()" class="btn btn-xs btn-default" style="float: right;margin: -3px;"><span class="glyphicon glyphicon-log-in"></span> Close</a>
  

No comments:

Post a Comment