ソースを参照

* Fix bug ID 0037681, TD headers is readonly (patch by Henrique Werlang)

michael 5 年 前
コミット
33ba240af3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -2850,7 +2850,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
     property ch: String read Fch write Fch;
     property ch: String read Fch write Fch;
     property chOff: String read FchOff write FchOff;
     property chOff: String read FchOff write FchOff;
     property colSpan: Integer read FcolSpan write FcolSpan;
     property colSpan: Integer read FcolSpan write FcolSpan;
-    property headers: String read Fheaders write Fheaders;
+    property headers: String read Fheaders;
     property height: String read Fheight write Fheight;
     property height: String read Fheight write Fheight;
     property noWrap: Boolean read FnoWrap write FnoWrap;
     property noWrap: Boolean read FnoWrap write FnoWrap;
     property rowSpan: Integer read FrowSpan write FrowSpan;
     property rowSpan: Integer read FrowSpan write FrowSpan;