This is a migrated thread and some comments may be shown as answers.

Forms html5 based to Kendo UI ?

6 Answers 121 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Douglas
Top achievements
Rank 1
Douglas asked on 14 Sep 2011, 06:09 PM

Hello.
Congrats for this amazing framework to all webdev..
I was searching in the demo some features like forms (contact, validations fields, etc), but i cant see it.
is there some forms html5 based to start with kendo ui ?

thanks a lot!

6 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 15 Sep 2011, 07:36 AM
Hello Douglas,

I am afraid we currently do not have integration demos with Kendo widgets and forms. You can try implementing the scenario you need and post questions in the forum if you stumble upon a specific issue.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Douglas
Top achievements
Rank 1
answered on 19 Sep 2011, 01:52 AM
would be nice if you can add form-styles in the demo.. I'm trying implement an form based, but there is some items that don't know  in default styles in the documentation.. Please add it :) Thanks!
0
Dimo
Telerik team
answered on 19 Sep 2011, 08:28 AM
Hello Douglas,

I am afraid I didn't understand your reply. Can you please clarify what do you mean by:

"there is some items that don't know  in default styles in the documentation"

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Douglas
Top achievements
Rank 1
answered on 21 Sep 2011, 11:05 PM
Hello Dimo. Thanks for the reply.

I'm trying to add an form kendo-based, but i dont know how add class to form using kendoui. For example, if I have a condition required to input. all div-id and div-class I have taken from the code examples, but i can't see in the documentation.
I need to know how to add class on the input to appear as required

this is my code.

<form action="submit.php" class="t-content" id="example" name="contact-form" method="post">

<fieldset>
        <div id="example" class="t-content">       
        <div id="panel">
                <ul>
                    <li>
                        <label for="name"><strong>Name / Magazine:</strong></label>
                        <input type="text" id="name" />
                    </li>
                    <li>
                        <label for="email"><strong>E-mail:</strong></label>
                        <input type="text" id="email" />
                    </li>
                    <li>
                        <label for="website"><strong>Website:</strong></label>
                        <input type="text" id="website" class="required" />
                    </li>
                    <li>
                        <label for="feedb ack"><strong>Feedback:</strong></label>
                        <textarea id="feedback" name="feedback" rows="125" cols="125"></textarea>
                    </li>
                </ul>
</fieldset>
                <button id="preview" class="t-button">Preview</button>
            </div>
</form>

Thanks for the support guys!
0
Dimo
Telerik team
answered on 22 Sep 2011, 07:37 AM
Hello Douglas,

I suspect that there is some misunderstanding here - the Kendo widgets currently do not deal with validation and you can't use Kendo to manage validation of generic HTML elements.

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Douglas
Top achievements
Rank 1
answered on 22 Sep 2011, 06:11 PM
OK, Thanks a lot for the support :)
Tags
General Discussions
Asked by
Douglas
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Douglas
Top achievements
Rank 1
Share this question
or