public static class VeilResources.Javascript.Generic extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
hide(String markupId)
Generates javascript to hide a veil over a tag
|
static String |
show(String markupId)
Generates javascript to show a veil over a tag
|
static String |
show(String markupId,
String className)
Generates javascript to show a veil over a tag
|
static String |
toggle(String markupId)
Generates javascript to toggle a veil over a tag
|
static String |
toggle(String markupId,
String className)
Generates javascript to toggle a veil over a tag
|
public static String hide(String markupId)
markupId - markup id of tag that will be covered by veilclassName - css class name for veilpublic static String show(String markupId)
markupId - markup id of tag that will be covered by veilpublic static String show(String markupId, String className)
markupId - markup id of tag that will be covered by veilclassName - css class name for veilpublic static String toggle(String markupId)
markupId - markup id of tag that will be covered by veilCopyright © 2015. All rights reserved.