I copy paste sample code from the docs. I expect to be able to click EDIT on the main page. I see the preference display names, but there is no way to change their values... Any ideas? I've attached a screenshot. Heres the code, straight from the docs.
< ModulePrefs title="Connect" >
< Require feature="opensocial-0.8"/ >
< Require feature="setprefs"/ >
< UserPref name="keywords" display_name="Enter the terms you want to track on Twitter. Separate each
term with a space, and use quotes for exact phrases like 'San Francisco'." datatype="string" >
< /UserPref >
< UserPref name="n_updates" display_name="How Many Updates Should Display on Your Page?"
datatype="enum" default_value="5" >
< EnumValue value="1" display_value="1"/ >
< EnumValue value="2" display_value="2"/ >
< EnumValue value="3" display_value="3"/ >
< EnumValue value="5" display_value="5"/ >
< EnumValue value="10" display_value="10"/ >
< EnumValue value="20" display_value="20"/ >
< /UserPref >
Tags: enumvalue, userpref
Share
- Attachments:
-
-
▶ Reply to This