Changes for page ContentEditable

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

From version 15.1
edited by mflorea
on 2010/07/06 18:20
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,4 +1,16 @@
1 1  {{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>
2 2  <script type="text/javascript">
3 3  function onAction(hook){
4 4   var iframe = document.createElement('iframe');
XWiki.StyleSheetExtension[0]