This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
60 lines (42 loc) · 2.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
This repository is archived and read only.
If you want to unarchive it, then post to the [Admin & Infrastructure (AI) Team category on the Plone Community Forum](https://community.plone.org/c/aiteam/55).
plone.app.kss
=============
Overview
--------
This product gives generic KSS support for Plone. It depends on the product
``kss.core``.
Installation
------------
Compatible with Zope 2.12, and Plone 4.0.
Features implemented
--------------------
- Content tab replacer. This works with all the content (aka. "green") tabs
including the non-action tabs in the setup screens. (put to experimental
rules, by default off)
As we have no way to identify a macro for the content-region in the current
templating system of Plone, we render down the whole template. As a speedup,
we replace the main_template in the rendering context, this may or may not
have an effect depending on the template. If we cannot find a template at
all, we fall back to submit.
- Portlet refresher
We currently refresh the "recent" portlet. The rendering of the portlet is
done by the general macro renderer, the portlet is then replaced in the
client in its position.
There is one rule that is refreshing all the portlets, the only change
that needs to be done in the Plone templates is put a KssPortletRefresh
class to those portlet's outer <dl> tag that need to be refreshed.
Refreshing is done in every 30 seconds currently, this can be adjusted
from the template.
- In-place calendar navigation: the two little arrows replace the calendar
portlet, without reloading the screen.
We put kss attributes on the calendar node for the year and month
to tell the server where to navigate. Actually, we could have done
that without modifying the template either, since the server could
have just received the original "href" of the little arrow and could
parse the year and month from that, but this is a cleaner solution.
KSS extensions defined for general purpose use
----------------------------------------------
- A generic macro replacer server action
- client action for submitting to an url
- client action for submitting the current form