:: Forum >> Version 1 >>
example to pass a cell value to text input
More information on this topic is available in the documentation section:
/active.howto.select/overview.html.
do you mind to give a simple example to pass the value of a selected cell into a text input?
(using this selection)
thx
andra
Thursday, April 7, 2005
var message = function(){
window.status = "userid=" + data1[this.getSelectionProperty("index")][0]; document.frm.userid.value=data1[this.getSelectionProperty("index")][0];
}
obj1.setAction("selectionChanged", message);
Agus
Friday, July 29, 2005
Hi!
I have a question about this component. Can I put a checkbox into a cell of grid?
IF yes, how?
send me an e-mail
asuperman15@hotmail.com
grid and checkbox
Saturday, August 20, 2005
can i get only the first cell value even if i select any cell in the row?
Awaiting for ur reply at
iamini@hotmail.com
Ameen
Thursday, October 13, 2005
This topic is archived.
Back to /active.howto.select/overview.html
Documentation:
Forum search