FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
function strike
(
id
,
status
)
Definition at line
96
of file
index.js
.
References
var()
.
Referenced by
process_status()
.
97
{
98
var
e = document.getElementById(
id
);
99
if
(!e)
100
return
;
101
102
if
(status ==
false
)
103
e.style.textDecoration=
"line-through"
;
104
else
105
e.style.textDecoration=
""
;
106
}
var
po::typed_value< T > * var(T *ptr=0)
Definition:
Configuration.h:254
Here is the call graph for this function:
Here is the caller graph for this function:
www~
index.js
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11