Pangong
  • Getting Started
  • Change log
  • Introduction
    • Installation
    • NPM
    • SASS
    • Grunt
    • API Reference
    • Browser Support
    • Jquery 3.3.1
    • Bootstrap 4.1.3
  • Menu Styles
    • Vertical Menu Style
    • Horizontal Menu Style
    • Horizontal Menu with Top nav
  • Application
    • Chat
    • Calendar
    • Email
  • Social Feed
    • Twitter Feed
  • components
    • Gallery
    • Activity
    • Embeds
    • Colors
  • forms
    • Toggles
    • Range slider
    • Select2
    • Input Spinner
    • Date Picker
    • Color Picker
    • Editor
  • Tables
    • Data Table
    • Responsive Table (tablesaw)
    • Editable Table
  • Charts
    • Morris Chart
    • E-Charts
    • Sparkline Chart
    • Peity Charts
    • Easy Pie Chart
  • Maps
    • Vector Map
    • Google Map
  • ...
    • Credits
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

API Reference

Pangong core framework logic can be found in init.js which is present in dist/js folder.

PreviousGruntNextBrowser Support

Last updated 6 years ago

Was this helpful?

<!-- Init JavaScript -->
<script src="dist/js/init.js"></script>

jQuery Plugins - Auto-initialization

Plugin

jQuery

​Bootstrap Tooltip​

Set [data-toggle="tooltip"] to any button or anchor tag.

​

<a href="#" data-toggle="tooltip" data-placement="bottom" title="Print"><i class="fa fa-print"></i></a>

​Select2​

Set [data-init-plugin="select2"]

Fancy Dropdown

Set [data-dropdown-in="rollIn" data-dropdown-out="rollOut"] with .dropdown-toggle class

Use animation classes from with data-dropdown-in="" and data-dropdown-out=""

animate.css