Size: 1258
Comment:
|
← Revision 16 as of 2025-02-14 17:07:12 ⇥
Size: 1527
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
<<TableOfContents(2)>> | |
Line 2: | Line 3: |
* cd /tmp * wget https://github.com/twbs/bootstrap/releases/download/v3.3.6/bootstrap-3.3.6-dist.zip * wget http://code.jquery.com/jquery-1.12.0.min.js * unzip bootstrap-3.3.6-dist.zip * cd /tmp/bootstrap-3.3.6-dist * cp * -r /var/www/labs.bitarus.allowed.org/static/ |
{{{#!highlight sh cd /tmp wget https://github.com/twbs/bootstrap/releases/download/v3.3.6/bootstrap-3.3.6-dist.zip wget http://code.jquery.com/jquery-1.12.0.min.js unzip bootstrap-3.3.6-dist.zip cd /tmp/bootstrap-3.3.6-dist cp * -r /var/www/labs.bitarus.allowed.org/static/ }}} Check CSS styles in http://getbootstrap.com/css/ * https://getbootstrap.com/docs/5.3/getting-started/introduction/ == Fixed top navbar == * https://getbootstrap.com/docs/5.3/examples/navbar-fixed/ |
Line 13: | Line 23: |
{{{#!highlight sh cp ~/Downloads/bootstrap-table-master.zip /tmp/ cd /tmp/ unzip bootstrap-table-master.zip cd bootstrap-table-master cd dist cp bootstrap-table.min.* /dest/folder }}} |
|
Line 14: | Line 32: |
* cp ~/Downloads/bootstrap-table-master.zip /tmp/ * cd /tmp/ * unzip bootstrap-table-master.zip * cd bootstrap-table-master * cd dist * cp bootstrap-table.min.* /dest/folder {{{ jQuery.noConflict(); $('#table-pagination-data').bootstrapTable({ url: baseUrl + '/xyz/getData' }); $('#modalDiv').modal('show'); |
{{{#!highlight js jQuery.noConflict(); $('#table-pagination-data').bootstrapTable({ url: baseUrl + '/xyz/getData' }); $('#modalDiv').modal('show'); |
Line 30: | Line 41: |
== Dropdown tih textfield == | == Dropdown with textfield == |
Line 32: | Line 43: |
{{{ | {{{#!highlight js |
Bootstrap
Check CSS styles in http://getbootstrap.com/css/
Fixed top navbar
Bootstrap Table
Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.
https://github.com/wenzhixin/bootstrap-table/archive/master.zip
http://getbootstrap.com/components/#input-groups