How to make a Web App Item Repeat?
hi,
is there way build web app has item repeat automatically?
for example if there list view of ongoing events, there way code event appears every other tuesday example? idea user doesn't have create new event every tuesday.
pointers in righ direction or jquery/javascript ideas appreciated!!
thanks,
jeff
yea it'd have javascript/jquery. jquery solution like:
- add field web app called "daily class" , use true/false field type. field type output "1" if it's true , "0" if it's false. also, if retroactively adding field web app, there's chance there might nothing output if didn't click checkbox @ all.
- add field web app called "daily class day" , have dropdown (select box) can add days of week , can choose days values consistent. if left string or regular text field type client enter values "wednesday" or "wednesday" or have misspellings.
- add these field sto web app layout list or detail view in hidden input elements:
- <input type="hidden" id="dailyeventstatus" value="{tag_daily class}"/>
- <input type="hidden" id="dailyeventdate" value="{tag_daily class day}" />
- your jquery check input , if it's value "1" , "1" , if there's value day, copy class information , insert list have setup show daily classes.
More discussions in Web Apps
adobe
Comments
Post a Comment