Skip to main content

No project description provided

Project description

http://gitlab.stonework.net/stoneworksolutions/stonefilters/badges/master/build.svg http://gitlab.stonework.net/stoneworksolutions/stonefilters/badges/master/coverage.svg

Comienzo rapido

  1. Agregar la aplicacion _stoneFilters_ a INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        "stonefilters",
    )
  2. Importar los estaticos:

    <!– jQuery UI –> <script src=”{{STATIC_URL}}plugins/jquery-ui-1.12.1/jquery-ui.min.js”></script> <link href=”{{STATIC_URL}}plugins/jquery-ui-1.12.1/jquery-ui.min.css” rel=”stylesheet”> <link href=”{{STATIC_URL}}plugins/jquery-ui-1.12.1/jquery-ui.theme.min.css” rel=”stylesheet”> <link href=”{{STATIC_URL}}plugins/jquery-ui-1.12.1/jquery-ui.structure.min.css” rel=”stylesheet”>

    <!– MULTISELECT–> <link href=”{{ STATIC_URL }}css/stoneMultiselect.css” rel=”stylesheet”/> <script src=”{{ STATIC_URL }}js/stoneMultiselect.js” type=”text/javascript”></script> <script src=”{{ STATIC_URL }}js/stoneFiltersLocalDB.js” type=”text/javascript”></script> <script src=”{{ STATIC_URL }}lib/jquery-multiselect/src/jquery.multiselect.min.js” type=”text/javascript”></script> <script src=”{{ STATIC_URL }}lib/jquery-multiselect/src/jquery.multiselect.filter.min.js” type=”text/javascript”></script>

    <!– Add stoneplugins –> <script src=”{{STATIC_URL}}js/stoneUtils.js”></script>

    <!– BLOCKUI –> <script src=”{{ STATIC_URL }}js/stoneBlock.js” type=”text/javascript”></script>

  3. Ejemplo de uso:

    stoneselect = new stoneFiltersIU(config, cb) stoneselect.createFilters(filters);

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stoneFilters-0.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page