Quantcast
Channel: YUILibrary.com :: Form
Browsing latest articles
Browse All 27 View Live
↧

Re: Overlay show and hide method

That I cannot answer. This particular forum is for the Gallery Form module which I wrote, but for core library stuff you should post your question in the main Using YUI3 forum...

View Article


Re: Form gallery example conflict.

Hello!The YUI version that I am using is version: 3.2.0. It's the version that came with Liferay 6.0. Anyway, I used that code that I said that worked. Still, I am not sure why putting in the...

View Article


Date validation- example3

Hello all, I am using date validation and need some help.1. I have run the example at http://ghinch.github.com/examples/form/example3.html on two diff m/cs and notice all dates within 10th of a month...

View Article

Re: Suggestions: my wishlist

Hey Greg!I'm thinking about making a few modifications to gallery-form. At first I'll just send you a pull request with a couple of things missing from the docs (I'll try to rebuild the docs with the...

View Article

validate on a button click event rather than onSubmit

Hi,I'm not a YUI or javascript expert, but I would really like to use Form to help me validate form fields.I have a simple mortgage calculator with three input fields (loan_amount, interest_rate,...

View Article


Re: validate on a button click event rather than onSubmit

Hello nickweavers.It may help the validator attribute.Did you give a look at form examples:http://www.greghinch.com/examples/form/Hope that helps,IceBox

View Article

Re: validate on a button click event rather than onSubmit

Hi Alberto,Yes I looked at the examples but didn't see anything there on how to either use another event.Nick

View Article

Re: validate on a button click event rather than onSubmit

Hello Nick.Maybe I misunderstood the use case.In the examples the validation is done before the submit using validator.Is it not your case?Regards,Alberto

View Article


Re: validate on a button click event rather than onSubmit

It may make sense to use inline validation:http://www.greghinch.com/yui3-gallery/docs/Form.html#config_inlineValidationSetting this to true in your form will validate that individual field as soon as...

View Article


Re: validate on a button click event rather than onSubmit

Hi Alberto,I think it was me who misunderstood the order of things. Thanks for making it clearer.Nick

View Article

Re: validate on a button click event rather than onSubmit

Hi Greg,Right, inline validation would work nicely I think.The bit that confuses me in the code that is generated is that in my markup I have a button like this <button...

View Article

Re: validate on a button click event rather than onSubmit

Hello Nick.I think you should set to false the attribute (not documented) submitViaIO and define (override) the submit function with the content of the calculateMortgageRepayment function.See the...

View Article

Re: validate on a button click event rather than onSubmit

Thanks for all your help Alberto.I have tried to replicate the essential parts of what you had in the jsfiddle example, but even with "submitViaIO: false" in the form config and the...

View Article


Re: validate on a button click event rather than onSubmit

Hello Nick.In that page there is an error in yui_calculate_mortgage_repayment.js (line27): Uncaught ReferenceError: myForm is not defined.I think you should use repayment_calculator.And in submit...

View Article

Re: validate on a button click event rather than onSubmit

Hi Alberto,Sorry to have missed those. I didn't intend for you to have to debug my dumb errors.The form render is now working, but the calculate (submit) button does not seem to trigger the...

View Article


Re: validate on a button click event rather than onSubmit

Hi Alberto,Substituting your entire example for my code works in my page, so the problems is mine. Thanks,Nick

View Article

Re: Which validators built in?

Where can I find a list of builtIn validators that already exist?If isNumber isn't already provided it would be nice to have, especially if it could deal with locale differences (France use the comma...

View Article


Required fields

How do I flag a field as "required" (meaning that a value must be given) ?TIA,Nick

View Article

Form stripping out markup (fieldsets)

Hi, I didn't see any mention in the documentation that Form would remove user markup such as fieldsets. Is there any way this can be prevented?TIA,Nick

View Article

Extending for Bootstrap-style forms.

I'm a big fan of Bootstrap-style forms, not necessarily the style per se but the markup and flexibility.I did a quick little extension of it to see how feasible it is, and was pretty...

View Article

Re: Extending for Bootstrap-style forms.

I've had some chances to checkout Bootstrap forms recently and liked them as well. I can appreciate the desire to add the functionality to Y.Form, and I'd be happy to take a pull request so long as...

View Article


All FormField having same ID

Hi, Apologize if similar topic has been posted before. The Y.FormField.ATTRS.id.value = Y.guid() makes all fields having the same id. I corrected it by Y.FormField.ATTRS.id.value = null;...

View Article


Re: All FormField having same ID

Hi Hannah,If you can submit a pull request on Github I'm happy to accept it.Thanks,Greg

View Article

Creating a Y.Form with markup ... and events

Greg,I'm trying to extend Y.Form and use some markup instead of passing in the config object. I am, however, having a hard time detecting when the form is done rendering and therefore I can access...

View Article

Re: Creating a Y.Form with markup ... and events

You should be able to listen for "renderedChange".

View Article

Browsing latest articles
Browse All 27 View Live