r9529 - apps/reference/trunk/coreEnvironment
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: zumbrunn
Date: 2009-02-20 01:31:56 +0100 (Fri, 20 Feb 2009)
New Revision: 9529
Modified:
apps/reference/trunk/coreEnvironment/app.js
Log:
added docs for app.getSkin() method
Details at http://dev.helma.org/trac/helma/changeset/9529
Modified: apps/reference/trunk/coreEnvironment/app.js
===================================================================
--- apps/reference/trunk/coreEnvironment/app.js 2009-02-20 00:20:09 UTC (rev 9528)
+++ apps/reference/trunk/coreEnvironment/app.js 2009-02-20 00:31:56 UTC (rev 9529)
@@ -561,6 +561,21 @@
/**
+ * Returns a skin for a given object.
+ * <br /><br />
+ * The skin is found by determining the prototype to use for
+ * the object, then looking up the skin for the prototype.
+ *
+ * @param {String} protoname as String
+ * @param {String} skinname as String
+ * @param {Array} skinpath as Array, directory paths or HopObjects to search for skins
+ * @return Skin
+ * @type Skin
+ */
+app.getSkin = function(protoname, skinname, skinpath) {};
+
+
+/**
* Returns a Map that allows access to all defined file-based skins.
* <br /><br />
* The map contains for each prototype one entry (for