adva_fckeditor 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f339e329fd94e9ecf1d6473095ea92b687f371f0
|
4
|
+
data.tar.gz: 82e350035c321ac2830520fb69cbe9738ea63c0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3539bb0a00d57db6f755fd8f60d094911b4417f45cddb98160f87726c9c76bf5af2b2e10fe2f6f96777371dc88498f9209d6376573dbf0cee5e9978519d4a948
|
7
|
+
data.tar.gz: df00fdec72b880d7001c1d9b08912223fd2072071021ad7d2d26acd231b710493a986739a7fee841a1d2f1ecab2b7521d076b7d6f1902a6d64ca0763b34cc67f
|
@@ -81,6 +81,7 @@ window.onload = function()
|
|
81
81
|
document.getElementById('selAlignment').value = GetAttribute( table, 'align', '' ) ;
|
82
82
|
document.getElementById('txtCellPadding').value = GetAttribute( table, 'cellPadding', '' ) ;
|
83
83
|
document.getElementById('txtCellSpacing').value = GetAttribute( table, 'cellSpacing', '' ) ;
|
84
|
+
document.getElementById('txtClass').value = GetAttribute( table, 'class', '' ) ;
|
84
85
|
document.getElementById('txtSummary').value = GetAttribute( table, 'summary', '' ) ;
|
85
86
|
// document.getElementById('cmbFontStyle').value = table.className ;
|
86
87
|
|
@@ -153,6 +154,7 @@ function Ok()
|
|
153
154
|
SetAttribute( table, 'align' , GetE('selAlignment').value ) ;
|
154
155
|
SetAttribute( table, 'cellPadding' , GetE('txtCellPadding').value ) ;
|
155
156
|
SetAttribute( table, 'cellSpacing' , GetE('txtCellSpacing').value ) ;
|
157
|
+
SetAttribute( table, 'class' , GetE('txtClass').value ) ;
|
156
158
|
SetAttribute( table, 'summary' , GetE('txtSummary').value ) ;
|
157
159
|
|
158
160
|
var eCaption = oEditor.FCKDomTools.GetFirstChild( table, 'CAPTION' ) ;
|
@@ -415,6 +417,14 @@ function Ok()
|
|
415
417
|
</tr>
|
416
418
|
</table>
|
417
419
|
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
420
|
+
<tr>
|
421
|
+
<td nowrap="nowrap">
|
422
|
+
<span fcklang="DlgTableClass">Class</span>: </td>
|
423
|
+
<td>
|
424
|
+
</td>
|
425
|
+
<td width="100%" nowrap="nowrap">
|
426
|
+
<input id="txtClass" type="text" style="width: 100%" /></td>
|
427
|
+
</tr>
|
418
428
|
<tr>
|
419
429
|
<td nowrap="nowrap">
|
420
430
|
<span fcklang="DlgTableCaption">Caption</span>: </td>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adva_fckeditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: non-stupid-digest-assets
|