04-10-2018 04:03 PM
quiero capturar la entra de texto y agregarla a una variable
Gracias.
04-11-2018 07:20 AM
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
04-11-2018 10:12 AM
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);
}
}
});
04-11-2018 07:20 AM
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
04-11-2018 10:12 AM
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);
}
}
});
04-12-2018 09:47 AM
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...
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.