| Package | Description |
|---|---|
| org.odlabs.wiquery.core.jqueryplugins | |
| org.odlabs.wiquery.ui.tabs |
| Modifier and Type | Method and Description |
|---|---|
JQueryCookieOption |
JQueryCookieOption.setDomain(String domain)
Set's the domain name (example: server.domain.net)
|
JQueryCookieOption |
JQueryCookieOption.setExpires(DateOption expires)
Set's with a Number or a Date the time of validation of the cookie
|
JQueryCookieOption |
JQueryCookieOption.setPath(String path)
Set's the path ("/" or "http://server.domain.net" for examples)
|
JQueryCookieOption |
JQueryCookieOption.setSecure(boolean secure)
Set's the transaction security status (must we enable the SSL protocol ?)
|
JQueryCookieOption |
JQueryCookieOption.setValue(String value)
Set's the value of the cookie
|
| Modifier and Type | Method and Description |
|---|---|
JQueryCookieOption |
Tabs.getCookie() |
| Modifier and Type | Method and Description |
|---|---|
Tabs |
Tabs.setCookie(JQueryCookieOption cookie)
Method to store the latest selected tab in a cookie.
|
Copyright © 2009-2012. All Rights Reserved.