jspanel

WebJar for jspanel

Лицензия

Лицензия

MIT
Категории

Категории

Jakarta Server Pages Jakarta EE The Web Tier
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

jspanel
Последняя версия

Последняя версия

2.6.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jspanel
WebJar for jspanel
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/flyer53/jspanel

Скачать jspanel

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jspanel/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jspanel</artifactId>
    <version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jspanel/
implementation 'org.webjars.bower:jspanel:2.6.2'
// https://jarcasting.com/artifacts/org.webjars.bower/jspanel/
implementation ("org.webjars.bower:jspanel:2.6.2")
'org.webjars.bower:jspanel:jar:2.6.2'
<dependency org="org.webjars.bower" name="jspanel" rev="2.6.2">
  <artifact name="jspanel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jspanel', version='2.6.2')
)
libraryDependencies += "org.webjars.bower" % "jspanel" % "2.6.2"
[org.webjars.bower/jspanel "2.6.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.9.1,)
org.webjars.bower : jquery-ui jar [1.9,)

Модули Проекта

Данный проект не имеет модулей.

npm version license MIT Gitter

jsPanel 2.6.3 released 2016-09-14

A jQuery plugin to create multifunctional floating panels.

A jsPanel can be used as a floating, draggable and resizable panel, as modal, as tooltip and even as a hint. Configuration options include additional toolbars for header and/or footer sections, support for right-to-left text direction, built in bootstrap support, 13 themes and much more.

Various options allow for a flexible way to add content to a jsPanel, including AJAX support.

Existing jsPanel sections and contents are easily accessed via various properties. Methods and events offer interaction with it.


Don't miss jsPanel version 4


jsPanel jQuery Plugin

jsPanel homepage: http://jspanel.de

API and examples: http://jspanel.de/api.html

more documentation: http://jspanel.de/documentation


NOTES:

Bower

bower install jspanel

npm

npm install jspanel

Angular

Since I didn't work with Angular so far, I can't say very much about using jsPanel with Angular. Nevertheless I can say that:

  • merely loading Angular doesn't affect jsPanel in a negative way
  • Angular uses only a subset of jQuery by default and that's not enough. You need to load the full jQuery library prior loading Angular. See https://docs.angularjs.org/api/ng/function/angular.element
  • don't forget to load jQuery-UI (js and css) with at least UI Core, Mouse, Widget, Draggable, Resizable
  • use HTML5 doctype

Версии библиотеки

Версия
2.6.2
2.6.0
2.5.5
2.5.3
2.5.2
2.4.1
2.3.3