Class
CgssTextarea
In:
src/textarea.rb
Parent:
Object
テキストエリアを扱うクラス
Methods
bgcolor
color
dimension
offset
position
size
Public Instance methods
bgcolor
(*color)
背景色を設定する
r, g, b
:
背景色
color
(*color)
文字色(&枠の色)を設定する
r, g, b
:
文字色
dimension
(w, h)
横幅と高さを設定する
w
:
横幅
h
:
高さ
offset
(x, y)
テキスト表示位置のオフセット
x
:
x座標オフセット
y
:
y座標オフセット
position
(x, y)
位置を設定する
x, y
:
座標
size
(size)
文字サイズを設定する
size
:
文字サイズ
[Validate]