Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 5
»
radiobuttons: images and columns; global timer
radiobuttons: images and columns; global timer
Post Reply
Like
44
Prev
1
2
Jump To Page
radiobuttons: images and columns; global timer
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
psychostudy
psychostudy
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 16,
Visits: 1,000
Thank you very much!
Another question regarding Radiobuttons though, if I use the /other option, is there a way to customize the size of the textbox appearing?
Reply
Like
26
Dave
Dave
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 105K
+
x
psychostudy - Tuesday, January 9, 2018
Thank you very much!
Another question regarding Radiobuttons though, if I use the /other option, is there a way to customize the size of the textbox appearing?
Yes, you can do this by defining a separate <textbox> element and specifying that in the <radiobuttons> /other attribute:
<radiobuttons myrb>
/ options = ("A","B","C")
/ other = otherbox
</radiobuttons>
<textbox
otherbox
>
/ caption = "Other:"
/ textboxsize = (30%,10%)
</textbox>
<surveypage mypage>
/ questions = [1=myrb]
</surveypage>
Reply
Like
23
psychostudy
psychostudy
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 16,
Visits: 1,000
thank you, that works fine, though no matter how big I make the textbox, I can only write in it on the first line. Did I miss something?
Reply
Like
23
Dave
Dave
posted 7 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 105K
+
x
psychostudy - Tuesday, January 9, 2018
thank you, that works fine, though no matter how big I make the textbox, I can only write in it on the first line. Did I miss something?
If you want the textbox to allow for multi-line entry, set its /multiline attribute to 'true', i.e.
<radiobuttons myrb>
/ options = ("A","B","C")
/ other = otherbox
</radiobuttons>
<textbox otherbox>
/ caption = "Other:"
/ textboxsize = (30%,10%)
/ multiline = true
</textbox>
<surveypage mypage>
/ questions = [1=myrb]
</surveypage>
Hope this helps!
Reply
Like
23
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
44
Prev
1
2
Jump To Page
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search