-
ftw.dashboard-1.4.0-2.lbn25.noarch
The postit portlet let you add small notes on your dashbord.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
ftw.dashboard.dragndrop-1.5.3-1.lbn13.noarch
ftw.dashboard.dragndrop adds persistent dragndrop functionality to the standard plone dashboard.
http://onegov.ch/approved.png/image
Certified: 01/2013
Features:
Drag'n'drop: All dashboard portlets can be moved with drag'n'drop from column to column and reordered in the column.
Folding: Dashboard porlets are foldable.
Edit portlet icon: Dashboard portlets have an icon on the top (pencil) for editing the portlet.
close/remove portlet: Dashboard portlets have an icon on the top (cross) for removing the portlet from the dashboard.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
ftw.dashboard.dragndrop-1.6.0-4.lbn25.noarch
ftw.dashboard.dragndrop adds persistent dragndrop functionality to the standard plone dashboard.
http://onegov.ch/approved.png/image
Certified: 01/2013
Features:
Drag'n'drop: All dashboard portlets can be moved with drag'n'drop from column to column and reordered in the column.
Folding: Dashboard porlets are foldable.
Edit portlet icon: Dashboard portlets have an icon on the top (pencil) for editing the portlet.
close/remove portlet: Dashboard portlets have an icon on the top (cross) for removing the portlet from the dashboard.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
ftw.dashboard.dragndrop-1.6.0-4.lbn25.noarch
ftw.dashboard.dragndrop adds persistent dragndrop functionality to the standard plone dashboard.
http://onegov.ch/approved.png/image
Certified: 01/2013
Features:
Drag'n'drop: All dashboard portlets can be moved with drag'n'drop from column to column and reordered in the column.
Folding: Dashboard porlets are foldable.
Edit portlet icon: Dashboard portlets have an icon on the top (pencil) for editing the portlet.
close/remove portlet: Dashboard portlets have an icon on the top (cross) for removing the portlet from the dashboard.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
ftw.dashboard.portlets.postit-1.3.4-1.lbn13.noarch
How to use ftw.dashboard.postit
==================================
1.) Install the ftw.dashboard.portlets.postit product with the portal_setup tool.
2.) add a postit portlet to your dashboard
3.) create notes ...
Description:
============
the postit portlet is a usefull plone 3 portlet for your dashboard.
The adding and removing function are ajax implemented (jquery).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
ftw.dashboard.portlets.postit-1.4.0-2.lbn25.noarch
How to use ftw.dashboard.postit
==================================
1.) Install the ftw.dashboard.portlets.postit product with the portal_setup tool.
2.) add a postit portlet to your dashboard
3.) create notes ...
Description:
============
the postit portlet is a usefull plone 3 portlet for your dashboard.
The adding and removing function are ajax implemented (jquery).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
ftw.dashboard.portlets.postit-1.4.0-2.lbn25.noarch
How to use ftw.dashboard.postit
==================================
1.) Install the ftw.dashboard.portlets.postit product with the portal_setup tool.
2.) add a postit portlet to your dashboard
3.) create notes ...
Description:
============
the postit portlet is a usefull plone 3 portlet for your dashboard.
The adding and removing function are ajax implemented (jquery).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
ftw.datepicker-1.3.4-1.lbn25.noarch
ftw.datepicker provides a date/time picker widget for your z3c.form fields using the jQuery based DateTimePicker widget from XDSoft (http://xdsoft.net/jqplugins/datetimepicker/).
Usage
You can apply the widget to your field with the help of plone.directives.form:
from plone.directives import form
from plone.supermodel import model
from ftw.datepicker.widget import DateTimePickerWidgetFactory
class MySchema(model.Schema):
form.widget(due_date=DateTimePickerWidgetFactory)
due_date = schema.Datetime()
This renders a widget which allows to select the date and time.
You can pass a custom configuration of the widget like this:
from plone.directives import form
from plone.supermodel import model
from ftw.datepicker.widget import DateTimePickerWidgetFactory
class MySchema(model.Schema):
form.widget('due_date', DateTimePickerWidgetFactory, config=my_config)
due_date = schema.Datetime()
config can either be a dict or a callable which produces a dict. The value is then converted to a JSON object and passed to the template for the widget to be picked up. Example: {‘format’: ‘d.m.Y’, ‘timepicker’: False}.
See http://xdsoft.net/jqplugins/datetimepicker/ for a full list of options.
You could apply the widget even to a TextLine field if you need to.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 19
-
ftw.datepicker-1.3.4-1.lbn25.noarch
ftw.datepicker provides a date/time picker widget for your z3c.form fields using the jQuery based DateTimePicker widget from XDSoft (http://xdsoft.net/jqplugins/datetimepicker/).
Usage
You can apply the widget to your field with the help of plone.directives.form:
from plone.directives import form
from plone.supermodel import model
from ftw.datepicker.widget import DateTimePickerWidgetFactory
class MySchema(model.Schema):
form.widget(due_date=DateTimePickerWidgetFactory)
due_date = schema.Datetime()
This renders a widget which allows to select the date and time.
You can pass a custom configuration of the widget like this:
from plone.directives import form
from plone.supermodel import model
from ftw.datepicker.widget import DateTimePickerWidgetFactory
class MySchema(model.Schema):
form.widget('due_date', DateTimePickerWidgetFactory, config=my_config)
due_date = schema.Datetime()
config can either be a dict or a callable which produces a dict. The value is then converted to a JSON object and passed to the template for the widget to be picked up. Example: {‘format’: ‘d.m.Y’, ‘timepicker’: False}.
See http://xdsoft.net/jqplugins/datetimepicker/ for a full list of options.
You could apply the widget even to a TextLine field if you need to.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
ftw.dictstorage-1.2-3.lbn13.noarch
This package provides a layer for storing key / value paires. The storage can be
configured dinamically by providing a IConfig adapter of the context on which the
dict storage is used.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13