) of input field.
>> It doesn't check CSS class of label.
>>
>> Jessica
>>
>> -Original Message-----
>> From: Ian Duffy [mailto:i...@ianduffy.ie]
>> Sent: Thursday, July 25, 2013 6:02 AM
>> To: dev@cloudstack.apache.org
>> Subject: Re: UI
isallowSpecialCharacters" in
> this case) of input field.
> It doesn't check CSS class of label.
>
> Jessica
>
> -Original Message-
> From: Ian Duffy [mailto:i...@ianduffy.ie]
> Sent: Thursday, July 25, 2013 6:02 AM
> To: dev@cloudstack.apache.org
> S
2013 6:02 AM
To: dev@cloudstack.apache.org
Subject: Re: UI Query: createForm
Hi,
Looking at this again.
It works if I add a class of required onto the input tag. For some
reason it doesn't pick up the field-required from the label.
On 24 July 2013 14:08, Ian Duffy wrote:
> Hi Pranav,
>
> The &q
Hi,
Looking at this again.
It works if I add a class of required onto the input tag. For some
reason it doesn't pick up the field-required from the label.
On 24 July 2013 14:08, Ian Duffy wrote:
> Hi Pranav,
>
> The "Required: true" in the creates that span required field
> automatically. The f
Hi Pranav,
The "Required: true" in the creates that span required field
automatically. The following is the result of its generated html:
(Just using account as an example, account isn't required in practice)
*Account:
But it still allows the f
Sorry for missing this thread .Seems like the mail was automatically sent
to my citrix ID which doesn't exist anymore. Anyways, I gave a quick look
at what Ian is trying to do here and realized that he has probably
forgotten to add the "required" class in the form structure . Ian , you
might want t
Parnav, Jessica or Brian, can you help Ian here ?
thx
On Jul 22, 2013, at 9:51 AM, Ian Duffy wrote:
> Hi,
>
> I'm having an issue with the below gisted snippets. For whatever
> reason they do not get validated. Any idea why?
>
> https://gist.github.com/imduffy15/6053967
>
> Thanks,
> Ian