Hola,
¿Podrías detallar por favor lo que necesitas exactamente (script, action,...)?
Share Client-side API - Alfresco.util.PopupManager (creo que no había puesto el enlace :-o)
Un saludo
Gracias amigo, queria capturar el valor ingresado en el input
lo hice así
Alfresco.util.PopupManager.getUserInput({
title : "Agregar nombre ",
text : "Por favor ingrese el nombre",
input : "text",
callback:{
fn: function aceptar_click(value, obj){
console.log(value);
}
}
});
Hola,
¿Podrías detallar por favor lo que necesitas exactamente (script, action,...)?
Share Client-side API - Alfresco.util.PopupManager (creo que no había puesto el enlace :-o)
Un saludo
Gracias amigo, queria capturar el valor ingresado en el input
lo hice así
Alfresco.util.PopupManager.getUserInput({
title : "Agregar nombre ",
text : "Por favor ingrese el nombre",
input : "text",
callback:{
fn: function aceptar_click(value, obj){
console.log(value);
}
}
});
Eso tiene buena pinta. Debería funcionar.
Aquí te dejo algún otro ejemplo, por si es de ayuda:
También la especificación de la función: http://sharextras.org/jsdoc/share/community-4.0.c/symbols/Alfresco.util.PopupManager.html#.getUserIn...
Discussions about Alfresco Content Services and Alfresco Process Services in Spanish
Related:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.