diff Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Ponente.cshtml @ 224:de6d206bd5c3

Actualizando subpanels
author nelopauselli
date Sun, 25 Sep 2011 01:40:18 -0300
parents b9850b647a4e
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Ponente.cshtml	Mon Sep 19 18:19:04 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Ponente.cshtml	Sun Sep 25 01:40:18 2011 -0300
@@ -1,7 +1,7 @@
 @model Guid
 <script type="text/javascript">
 	$(document).ready(function () {
-		$("#agregarPonente").subpanel({ successful: recargar, confirmButton: "Agregar", action: '/PersonaApi/Nueva' });
+		$("#agregarPonente").subpanel({ success: recargar, url: '/PersonaApi/Nueva' });
 	});
 
 	function recargar(data) {