| Package: | CQ.themes |
| Class: | SmartFile |
| Extends: | Object |
| Clientlib: | cq.widgets |
| Property | Defined By | |
|---|---|---|
|
BUTTONS_COLUMN_WIDTH : Number
<static> Processing panel: Width of buttons column (defaults to 60)
|
SmartFile | |
|
DEFAULT_ICON : String <static> Default icon, if no entry for a download's extension is found in
EXTENSION_TO_ICON (defaults to "defau...
<static> Default icon, if no entry for a download's extension is found in
EXTENSION_TO_ICON (defaults to "default.gif")
|
SmartFile | |
|
EXTENSION_TO_ICON : Object <static> Map that defines icons for file extensions. The property name defines the file
extension; use the name...
<static> Map that defines icons for file extensions. The property name defines the file
extension; use the name of the corresponding icon file as property value.
Defaults to:
{
"doc": "doc.gif",
"eps": "eps.gif",
"gif": "gif.gif",
"jpg": "jpg.gif",
"pdf": "pdf.gif",
"ppt": "ppt.gif",
"tif": "tif.gif",
"txt": "txt.gif",
"xls": "xls.gif",
"zip": "zip.gif"
} |
SmartFile | |
|
ICON_COLUMN_WIDTH : Number
<static> Processing panel: Width of icon column (defaults to 32)
|
SmartFile | |
|
ICON_RESOURCES : String
<static> Path to icon resources (defaults to
"/etc/designs/default/images/icons")
|
SmartFile | |