repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
MonoRail
/
TestSiteBrail
/
Views
/
jsgeneration
/
multipleactions.brailjs
blob
783e9a18992474faaf71431669012f758423bd9b
1
page.show("a")
\r
2
page.show("a", "b", "c")
\r
3
page.hide("a")
\r
4
page.hide("a", "b", "c")
\r
5
page.toggle("a")
\r
6
page.toggle("a", "b", "c")
\r
7
page.remove("a", "b", "c")