Hello,
I want to create an iOS app using onsenui/monaca.
is it possible to create charts like pie/line/bar using onsenui?
Thanks!
Hello,
I want to create an iOS app using onsenui/monaca.
is it possible to create charts like pie/line/bar using onsenui?
Thanks!
Hello,
I use <ons-row><ons-col> for display table of data. I need to add sorting feature to this table.
For HTML table, I use jquery table sorter(http://tablesorter.com/docs/) which works on <table><tr><thead>…<tr><tr>…
Any thoughts ? any query plugin etc?
Thanks for your help!
Hello,
I have page A , Page B and Page C.
Page A -> calls Page B -> calling Page C
Each page has <form> </form> and button with validation.
When I press the enter key on Page A for example, unwanted things happen like empty page B displays or form does not submit etc.
Is there a key handler available with onsenUI, please?
Thanks for your help!
Hello,
How to change button text from “ADD” to “View” below please?
<ons-button id=“btn1” class=“button button–cta-large” style=“align:right; margin: 0 auto;” onclick=“test()”> Add </ons-button>
Thanks for your help!
@jamal That is perfect. Thanks, Jamal.
Could you please respond?
Thank you!
@Fran-Diox said:
.radio-button–border {
border: 1px solid #ccc;
border-radius: 50px;
}
.radio-button–border__checkmark:after {
left: 6px;
}
Thanks Fran.
The circle is too big compared with ons-checkbox?
Can we make it little smaller?
I tried changed the border-radius to 25px. No effect though!
Thanks
Hello,
<ons-radio> does not show the round border around it.
Simply show tick mark if checked. Is it possible to show the border, please?
Even text box does not show the border. It simply shows the underline.
Is it possible to show the border, please?
Thanks