Login Register

submit

Submit a form from inside a Dialog

Is it possible to submit a form from inside a dialogue,
i.e. an external form that is loaded into the dialog using the URL parameter, and is submitted with no relevance to the form it is loaded into.

I would like to be able to submit the form and then instantly close the dialog leaving the main window open, using xhtrPost etc is not an option.

how to submit a grid's editable fields' data to server?

i have couple of editable fields in the grid... how do i submit them to the server?

I included the grid inside a form, and when i submit (using xhrPost) to the Weblogic server, in my servlet i don't see this "editable" field as a parameter...


var fixedColsView = {
noscroll: true,
defaultCell: { name:'Default', width: '10em', styles: 'font-size:11px;text-align: left;'},
cells: [[
{name: 'Selected', field:'selected', width: '5em', styles: 'text-align: center;', editor: dojox.grid.editors.bool },
{ name: Field 2, field: 'field2', width: '15em'},

Editor submit state

Hi,

Can anyone confirm the state of dijit.Editor? I couldn't get it to work neither in FF nor in IE7. It seems submit is broken. Any help?

Regards,

Can't submit dijit.form.Form

I apologize if this question has been answered before but I have searched the forums and the internet and I cannot find a working example.

What I want is very simple - a form that submits when a button is pressed. However, I have tried numerous variations of the following:

to no avail. It doesn't submit the page at all... What can I do to make the above widgets behave like:

submit TooltipDialog

hello,

i'm trying to execute a submit for a dijit.TooltipDialog by javascript, not by click on the submit button int the dialog.

for example, look at this tooltipdialog:

Change Password

Old Password:

can't get hello World tutorial working

Hi,
Im following the hello World tutorial and can get it working when i use the "button" tag. When I use an "input" tag for my submit, as quoted from the Hello World tutorial "In this case we've used a button element for the button though we could have used an input element - Dojo will work with either as long as the dojoType attribute is present." , i get an error. Ive tested with at the most basic level (code below) and is get the following error:

_10.getAttribute is not a function
defineResource(Document hwtut.html)manager.xd.js (line 12)

Syndicate content