Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Apr 12, 2010 2:44 pm 
Offline
Junior Member

Joined: Wed Sep 03, 2008 9:51 am
Posts: 25
I can certainly use a 'oneof' datatype for a UDF in a StackScript, but it would be cleaner for me to have an option of of a checkbox in UDF. Something like this would be perfect:

Code:
<UDF NAME="sillyquestion" LABEL="Does Linode rock?" default="TRUE">


By specifying a default of "TRUE" or "FALSE" in all caps, it could display a checkbox with a check for TRUE and no check for FALSE. Then, from bash you could do:

Code:
if [ "${SILLYQUESTION}" != "TRUE" ];
  slap_user_in_face
fi


Just thinking out loud...


Top
   
 Post subject:
PostPosted: Mon Apr 12, 2010 2:47 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
<... oneOf="TRUE,FALSE" default="TRUE"> accomplishes the same thing. I don't see the point...

-Chris


Top
   
 Post subject:
PostPosted: Mon Apr 12, 2010 3:23 pm 
Offline
Junior Member

Joined: Wed Sep 03, 2008 9:51 am
Posts: 25
In my experience, boolean options in HTML are represented as checkboxes, not as dropdowns. Functionally, they are the same, but a non-developer user will understand a checkbox better than they would a dropdown with True,False.


Top
   
 Post subject:
PostPosted: Mon Apr 12, 2010 3:36 pm 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
OK, I appreciate your input, but I'm not going to fix this.

-Chris


Top
   
 Post subject:
PostPosted: Mon Apr 12, 2010 3:41 pm 
Offline
Junior Member

Joined: Wed Sep 03, 2008 9:51 am
Posts: 25
Cool - for the record, there's nothing to fix - it's purely an enhancement. I'll clarify in the subject whether it's a feature request or a bug report in the future.

Justin


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group