Thread Rating:
  • 334 Vote(s) - 2.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ラジオボタンの関連付け
06-24-2013, 05:42 PM,
#2
RE: ラジオボタンの関連付け
RadioButton.radio-frame で関連付けられるんですね。

Code:
RadioButton.radio-frame で関連付けられるんですね。
{def rb1 ={RadioButton label = "大"}}
{def rb2 ={RadioButton label = "中"}}
{def rb3 ={RadioButton label = "小"}}
{def rf = {RadioFrame}} ||仮想的なラジオフレーム
{do
    ||ラジオフレームとラジオボタンを関連付ける
    set rb1.radio-frame = rf
    set rb2.radio-frame = rf
    set rb3.radio-frame = rf
}
{Table
    border-width=1pt, border-color="black",
    cell-border-width=1pt, cell-border-color="black",
    columns = 2,
    rb1, {RadioFrame {HBox {RadioButton label = "1"}, {RadioButton label = "2"}}},
    rb2, {RadioFrame {HBox {RadioButton label = "1"}, {RadioButton label = "2"}}},
    rb3, {RadioFrame {HBox {RadioButton label = "1"}, {RadioButton label = "2"}}}
}






Messages In This Thread
ラジオボタンの関連付け - by umemura - 06-24-2013, 05:30 PM
RE: ラジオボタンの関連付け - by umemura - 06-24-2013, 05:42 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('919')