Click here to show or hide the menubar.

username/password dialog, day 2


Thanks to Dan MacTough, we now have a table-less design for the dialog.

Now to make it functional. This means Ajax calls. Time for a refresher course.

Last time we worked on Ajax functionality was on 1/10 -- for the nodetype dialog.

I put together a list of pointers. However none of these explain the Ajax bit in the nodetype dialog.

$('#nodetypeDialog').load('/ajax/setNodetype?type=' + newtype + '&root=' + rootUrl);


Posted on Monday, March 19, 2012 at 9:21 AM by Dave Winer.