Changes for page ContentEditable

Last modified by mflorea on 2010/07/06 16:39

From version 17.1
edited by mflorea
on 2010/07/06 18:27
Change comment: There is no comment for this version
To version 13.1
edited by mflorea
on 2010/07/06 18:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +5,16 @@
1 -{{velocity}}
2 -$xwiki.ssx.use("ContentEditable")
3 -{{/velocity}}
4 -
5 5  {{html clean="false"}}
2 +<style type="text/css">
3 +span.readOnly-selected::selection {
4 + background: #AAA;
5 +}
6 +span.readOnly-selected::-moz-selection {
7 + background: #AAA;
8 +}
9 +span.readOnly {
10 + border: 1px dashed #777;
11 + padding: 3px;
12 +}
13 +</style>
6 6  <script type="text/javascript">
7 7  function onAction(hook){
8 8   var iframe = document.createElement('iframe');
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,1 +1,0 @@
1 -long
Code
... ... @@ -1,10 +1,0 @@
1 -span.readOnly-selected::selection {
2 - background: #AAA;
3 -}
4 -span.readOnly-selected::-moz-selection {
5 - background: #AAA;
6 -}
7 -span.readOnly {
8 - border: 1px dashed #777;
9 - padding: 3px;
10 -}
Name
... ... @@ -1,1 +1,0 @@
1 -ContentEditable
Parse content
... ... @@ -1,1 +1,0 @@
1 -No
Use this extension
... ... @@ -1,1 +1,0 @@
1 -onDemand