bndRemoveTermBindingByName
bndRemoveTermBindingByName(
d_cellViewID
t_name
)
=> t / nil
Description
Removes the binding from a named terminal.
Arguments
|
The name of the terminal for which the binding is to be removed. |
Value Returned
Example
Removes the binding from terminal a<1> in the specified cellview.
bndRemoveTermBindingByName(cellViewID"a<1>")
t
Return to top