From: Sean P. <sp...@ad...> - 2005-04-28 20:17:39
|
Foster's previous explanation is correct. I just wanted to add one item for clarification - >> no_options_params : false; > > This means simply that the default value for the cell is false, and > the state of the cell changes only in accordance with any controls > that are connected to it. This is equivalent to: no_options_params : false <== no_options_params; The default relationship in Adam is the identity relationship - this default relationship "connects" the input to the output (note that unlink in this case would have no effect). Sean |