Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ons-list
-
Component to define a list, and the container for ons-list-item(s).
Click here to see the original article
-
This control have any attribute(as datasource) to fill data from database.
-
@ngocthuan Check out this thread, but in short, no there is not an attribute for that.
-
Hello dears! How i can set a css when the ons-list-item get focus?
i tried on my css without succes ->
ons-list-item:focus {
border-style:solid;
border-width:1px
}