MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 7 as of 2016-01-24 22:28:35
  • Javascript
  • Bootstrap

Bootstrap

  • cd /tmp
  • wget https://github.com/twbs/bootstrap/releases/download/v3.3.6/bootstrap-3.3.6-dist.zip

  • unzip bootstrap-3.3.6-dist.zip
  • cd /tmp/bootstrap-3.3.6-dist
  • cp * -r /var/www/labs.bitarus.allowed.org/static/

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

  • 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');

http://getbootstrap.com/components/#input-groups

Dropdown tih textfield

$('.dropdown-menu li').click(function(event) {
    event.stopPropagation();
    event.preventDefault();
    var selValue = $(this).children('a').html();
    $(this).parent().parent().removeClass('open');
    $(this).parent().parent().parent().children('input').val(selValue);
});
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01