-
collective.js.bootstrap-3.3.6-1.lbn25.noarch
This addon provide twitter's bootstrap as browser resource.
Version: 2.3.1
Resources:
++resource++collective.js.bootstrap/
++resource++collective.js.bootstrap/js/bootstrap.js
++resource++collective.js.bootstrap/js/bootstrap.min.js
++resource++collective.js.bootstrap/css/bootstrap.css
++resource++collective.js.bootstrap/css/bootstrap.min.css
++resource++collective.js.bootstrap/css/bootstrap-responsive.css
++resource++collective.js.bootstrap/css/bootstrap-responsive.min.css
++resource++collective.js.bootstrap/img/glyphicons-halflings.png
++resource++collective.js.bootstrap/img/glyphicons-halflings-white.png
About Twitter Bootstrap
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
By nerds, for nerds: Built Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web. Made for everyone.
Made for everyone: Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well.
Packed with features: A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.colorpicker-1.0-2.lbn25.noarch
This product is an integration of JQuery Colorpicker plugin for Plone.
Installation
This isn't a standalone product. If you need colorpicker jquery plugin for your needs in a plone package, just add collective.js.jquery in the install_requires of your product.
And add your own javascript code setting colorpicker on your input.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.d3-5.7.0_3.0.8.1-2.lbn25.noarch
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to
life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of
modern browsers without tying yourself to a proprietary framework, combining powerful visualization
components and a data-driven approach to DOM manipulation.
This products integrates D3.js library in Plone.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.datatables-3.1.10.5-1.lbn25.noarch
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the principle of progressive enhancement, which will add advanced interaction controls to any HTML table.
This version includes datatables 1.9.4 without the examples available in the source distribution of the plugin. It is provided with an @@example.datatables view.
Install
A genericsetup profile is provided to add jquery.dataTables to portal_javascript in a non-minified version with compression option set to safe.
Key features of jquery.dataTables
* Variable-length pagination
* On-the-fly filtering
* Multi-column sorting with data type detection
* Smart handling of column widths
* Display data from almost any data source
* Scrolling options for table viewport
* Fully internationalisable
* jQueryUI ThemeRoller support
* Rock solid - backed by a suite of 1400+ unit tests
* Wide variety of plug-ins inc. TableTools, FixedHeader and KeyTable
* It's free!
* State saving
* Hidden columns
* Dynamic creation of tables
* Ajax auto-loading of data
* Custom DOM positioning
* Single-column filtering
* Alternative pagination types
* Non-destructive DOM interaction
* Sorting column(s) highlighting
* Extensive plug-in support
* Fully themeable by CSS
* Solid documentation
* 60+ pre-built examples
* Full support for Adobe AIR
* Source available at github
Plugins
This addon embed extras plugins:
* AutoFill 1.1.2
* ColReorder 1.0.5
* ColVis 1.0.7
* FixedColumns 2.0.3
* FixedHeader 2.0.6
* KeyTable 1.1.7
* Scroller 1.0.1
* TableTools 2.0.3
How to use tabletools
First include dependencies in your template, or register theses in portal_javascripts:
<link rel="stylesheet" type="text/css" media="screen" href="++resource++jquery.datatables/media/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" media="screen" href="++resource++jquery.datatables/extras/TableTools/media/css/TableTools.css">
<script type="text/javascript" src="++resource++jquery.datatables.js"></script>
<script type="text/javascript" src="++resource++jquery.datatables/extras/TableTools/media/js/ZeroClipboard.js"></script>
<script type="text/javascript" src="++resource++jquery.datatables/extras/TableTools/media/js/TableTools.js"></script>
<style type="text/css">.clear{clear:both}</style>
Next you can create your datatable:
var oTable = $('#mydatatable').dataTable({
"sDom": 'T<"clear">lfrtip',
"oTableTools": {"sSwfPath": "++resource++jquery.datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf"}
});
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.fullcalendar-1.6.4-2.lbn25.noarch
This package include javascripts and css resources from arshaw fullcalendar.
It does not provide any view or template. Is meant to be used as dependecy
for building your own calendar views.
Tested with Plone 3.3.5/4.0.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.galleria-1.2.5-1.lbn25.noarch
This addon register Galleria JQuery plugin in Plone's resource registries.
About Galleria
Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is
to simplify the process of creating professional image galleries for the web and mobile devices.
How to install
https://secure.travis-ci.org/collective/collective.js.galleria.png
This addon can be installed as any other Plone addon. Please follow official documentation.
Have an idea? Found a bug? Let us know by opening a support ticket.
Notes
Galleria in its way to manage theme parse all link tags to find the css attached to the theme. To
make it work in production mode you must add themes javascript and css called by the template.
// look for manually added CSS
$('link').each(function( i, link ) {
reg = new RegExp( theme.css.replace('\+\+resource\+\+','\\+\\+resource\\+\\+') );
if ( reg.test( link.href ) ) {
// we found the css
css = true;
Galleria.theme = theme;
return false;
}
});
As you can see the original code has been patched to support ++resource++ url.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.jquery-1.3.2.1-6.lbn25.noarch
collective.js.jquery is a simple packaging of the jQuery library that uses setuptools
for version selection and adds as a Zope browser resource. If CMF/Plone is available
it is also added to the JavaScript registry.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.jqueryui-2.1.6-1.lbn25.noarch
Integration of jqueryui in Plone, like collective.js.jquery.
It is different from collective.jqueryui in many ways:
* no skin dirs (js and css are in resource dirs)
* no all the bunch of files and documentations from original jqueryui
* this one is minified
* just add all jqueryui to portal_js, and default css to portal_css (if you
apply the profile)
Notes
=====
There are three profiles in this package:
- ``default``: use this one with Plone 3.2/3.3 if you don't use
plone.app.jquerytools. It will replace the jQuery version in Plone by
the one included in collective.js.jquery because Plone <= 3.3rc2 include
an old version of jQuery (1.2) and jqueryui 1.7 requires jQuery 1.3+.
- ``withjqtoolsplone3``: use this one if you include plone.app.jquerytools
yourself in a Plone 3.2, this profile installs a jqueryui library
without the tabs plugin which conflicts with plone.app.jquerytools.
It will replace the jQuery version in Plone by the one included in
collective.js.jquery.
- ``withjqtools``: use this one if you use Plone 3.3/4. It will keep the
jQuery version included in Plone and is compatible with
plone.app.jquerytools. You need to include plone.app.jquerytools yourself
on Plone 3.3.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.leaflet-0.6-1.lbn25.noarch
Enrich your Plone site with the power of Leaflet maps.
https://github.com/Leaflet/Leaflet
This addon registers the Leaflet base Javascript and CSS resources and optionally some interesting Leaflet plugins. By installing this addon, the base Leaflet mapping resources are automatically integrated. To activate some of the Plugins, you have to add one of these resource bundles to your registry.xml Registration:
leaflet.markercluster - https://github.com/Leaflet/Leaflet.markercluster
leaflet.fullscreen - https://github.com/brunob/leaflet.fullscreen
leaflet.zoomfs - https://github.com/elidupuis/leaflet.zoomfs
leaflet.geosearch - https://github.com/smeijer/L.GeoSearch
leaflet.geosearch.openstreetmap
leaflet.geosearch.bing
leaflet.geosearch.esri
leaflet.geosearch.google
leaflet.geosearch.nokia
leaflet.draw - https://github.com/Leaflet/Leaflet.draw
leaflet.stamen - http://maps.stamen.com/
leaflet.locatecontrol - https://github.com/domoritz/leaflet-locatecontrol
leaflet.MiniMap - https://github.com/Norkart/Leaflet-MiniMap
leaflet.providers - https://github.com/leaflet-extras/leaflet-providers leaflet.awesome-markers - https://github.com/lvoogdt/Leaflet.awesome-markers
Since this addon only provides Leaflet resources, you have finally provide some HTML markup for the map and write your custom Javascript integration code for Leaflet maps to work.
You have an example view at /@@LeafletMapView.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
collective.js.nivogallery-1.0-1.lbn25.noarch
Integration of nivogallery in Plone4(tested) and Plone3 (untested).
This version include nivogallery v0.7.1
It was made for using it with collective.plonetruegallery
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25