First off i love human.io. I'm a web developer and this is my first attempt at building anything for the mobile world and human.io made it so quick and easy to get going.
It would be great to be able to apply CSS styles to elements I add, or even better to define a css file in the add_task call and then be able to use the styles defined there in my tasks. Perhaps add an options array to the add_{item} functions which would allow you to pass options such as class or id to be used to styling. Right now everything looks very plain.
I would like to have a select element from HTML so i can make pick lists.
I would like to have a means for form validation in a form. I would normally have javascript on the page to control whether certain fields were filled in or not. This could be something that could be defined in the options array mentioned above. Further to this it would also be good to get the onclick functionality of a browser, so that if you selected an option you could enable some other hidden or disabled elements.
Of these requests the styling I feel is the most important but all would be great to have. It would make your framework much more robust.
Also will there be a way to create a stand alone app from my human.io app?
> It would be great to be able to apply CSS styles to elements I add, or even
> better to define a css file in the add_task call and then be able to use the
> styles defined there in my tasks. Perhaps add an options array to the
> add_{item} functions which would allow you to pass options such as class or
> id to be used to styling. Right now everything looks very plain.
this is totally on our todo list.
> I would like to have a select element from HTML so i can make pick lists.
what would this look like?
> I would like to have a means for form validation in a form. I would
> normally have javascript on the page to control whether certain fields were
> filled in or not. This could be something that could be defined in the
> options array mentioned above. Further to this it would also be good to get
> the onclick functionality of a browser, so that if you selected an option
> you could enable some other hidden or disabled elements.
this comes up a lot, and is already on our todo list.
> Of these requests the styling I feel is the most important but all would be
> great to have. It would make your framework much more robust.
> Also will there be a way to create a stand alone app from my human.io app?
> Thanks,
> Guy
> --
> You received this message because you are subscribed to the Google Groups
> "humanio-discuss" group.
> To post to this group, send email to humanio-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> humanio-discuss+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/humanio-discuss/-/Wv601PzpIdgJ.
> For more options, visit https://groups.google.com/groups/opt_out.
On Saturday, September 29, 2012 12:09:03 AM UTC-4, joshua wrote:
> > It would be great to be able to apply CSS styles to elements I add, or > even > > better to define a css file in the add_task call and then be able to use > the > > styles defined there in my tasks. Perhaps add an options array to the > > add_{item} functions which would allow you to pass options such as class > or > > id to be used to styling. Right now everything looks very plain.
> this is totally on our todo list.
> > I would like to have a select element from HTML so i can make pick > lists.
> what would this look like?
> > I would like to have a means for form validation in a form. I would > > normally have javascript on the page to control whether certain fields > were > > filled in or not. This could be something that could be defined in the > > options array mentioned above. Further to this it would also be good to > get > > the onclick functionality of a browser, so that if you selected an > option > > you could enable some other hidden or disabled elements.
> this comes up a lot, and is already on our todo list.
> > Of these requests the styling I feel is the most important but all would > be > > great to have. It would make your framework much more robust.
> > Also will there be a way to create a stand alone app from my human.ioapp?
> > Thanks,
> > Guy
> > -- > > You received this message because you are subscribed to the Google > Groups > > "humanio-discuss" group. > > To post to this group, send email to humanio...@googlegroups.com<javascript:>.
That would be a way of getting the same functionality but the select implementation usually seen is good for long lists such as states and countries. allows for a compact view.
A true web-style select popup would be awkward on mobile, but we could implement an iOS-style version that displayed the current selection and, when tapped, transitioned to another screen that displayed the options and allowed the user to choose between them.
> That would be a way of getting the same functionality but the select implementation usually seen is good for long lists such as states and countries. allows for a compact view.
> On Sunday, September 30, 2012 8:09:33 PM UTC-4, drew wrote:
> -- > You received this message because you are subscribed to the Google Groups "humanio-discuss" group.
> To post to this group, send email to humanio-discuss@googlegroups.com.
> To unsubscribe from this group, send email to humanio-discuss+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msg/humanio-discuss/-/JnDRTG1PVSsJ.
> For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, 26 September 2012 23:25:20 UTC+1, Guy Mann wrote:
> First off i love human.io. > I'm a web developer and this is my first attempt at building anything for > the mobile world and human.io made it so quick and easy to get going.
> It would be great to be able to apply CSS styles to elements I add, or > even better to define a css file in the add_task call and then be able to > use the styles defined there in my tasks. Perhaps add an options array to > the add_{item} functions which would allow you to pass options such as > class or id to be used to styling. Right now everything looks very plain.
> I would like to have a select element from HTML so i can make pick lists.
> I would like to have a means for form validation in a form. I would > normally have javascript on the page to control whether certain fields were > filled in or not. This could be something that could be defined in the > options array mentioned above. Further to this it would also be good to > get the onclick functionality of a browser, so that if you selected an > option you could enable some other hidden or disabled elements.
> Of these requests the styling I feel is the most important but all would > be great to have. It would make your framework much more robust.
> Also will there be a way to create a stand alone app from my human.io app?