• Dojo Number Text Box exit without save

    By Matteo Veronesi 9 years ago

    I have a required Dojo Number Text Box
    I have a close button with option “Process data without validation”
    I press the close button and leave the field empy.
    Dojo client routine ask to compile field.
    i would leave the form without save.

    Is possible to change the dojo client attribute required = false?

    i tried unsuccesfully to:

    <span style="line-height: 1.42857143;"><xp:dojoAttribute name="required" value="false"></span>
    </xp:dojoAttribute>