summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:58:24 -0700
committerNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:58:24 -0700
commit04090ab29756e3e9ea457233e9bd3571c230c081 (patch)
tree766ac64058e78764f41628a66ea9effffa106565
parentc9e720eae7bd4a8272c0e4873b295955ec1273e1 (diff)
parent256f7601627894f432922570477e93bb891b9903 (diff)
moin2iki: Importing Moin history for page releasecontext
-rw-r--r--releasecontext.moin17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasecontext.moin b/releasecontext.moin
new file mode 100644
index 0000000..3b864c7
--- /dev/null
+++ b/releasecontext.moin
@@ -0,0 +1,17 @@
+== Syntax ==
+
+releasecontext ()
+
+== Description ==
+
+Release the last context set.
+
+== Implementation ==
+
+Release the existing (last) context set using [[setcontext]] function.
+
+== Examples ==
+
+In some applications the window title changes based on the operation we are doing. For example, when we browse any URL in Firefox browser, the title bar changes. Once title bar changed, then we can change the context using this function.
+
+releasecontext ()