Can I edit =FORM too?

is it difficult?
As a example I'm going to insert this
http://jqueryui.com/demos/dialog/#modal-form

and I have one view called 'regcliente.html'
that has this
{{extend 'layout.html'}}
<h1>Registrar cliente</h1>
<div class="form">
    <fieldset>
    <legend>Cliente</legend>
        {{=form}}
    </fieldset>
</div>

can I do =form(_class="Dialog-form")?     (Dialog-form is the id of
the example)

this is how I intend to put it folders
/static
  /css
    /start
      jquery-ui-1.8.16.custom.css
      /images
    ..
  /js
    jquery-1.6.2.min.js
    jquery-ui-1.8.16-min.js
    ..

and in Layout.html I put the javascript here
 <!-- All JavaScript at the bottom, except for Modernizr which enables
HTML5 elements & feature detects -->

and finally in the view I put the divs but it only appears without the
style

Is the something I missed?



On Sep 16, 10:06 pm, Anthony <abasta...@gmail.com> wrote:
> On Friday, September 16, 2011 10:05:39 PM UTC-4, rami wrote:
>
> > Oh my bad,
> >                 // Accordion
> >                 $("#accordion").accordion({ header: "h3" });
>
> >                 $('#tabs').tabs();
>
> > I included the semicolon in my code but just for some dumb reason not
> > on my post. Sorry to confuse you :(
>
> > Any other reasons why this does not work??
>
> Nothing obvious. If accordion is working, I assume jQuery UI is loaded. You
> may need to check the source html delivered by web2py and do some debugging
> in the browser.
>
> Anthony

Reply via email to