WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=f510d3d1e607fd9573f3f01454096c0d4cf210f9

commit f510d3d1e607fd9573f3f01454096c0d4cf210f9
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Fri Dec 4 14:47:43 2015 -0800

    Wiki page value changed with summary [] by Lauro Moura
---
 pages/api/javascript/eina/value.txt | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/pages/api/javascript/eina/value.txt 
b/pages/api/javascript/eina/value.txt
index 316650f..1fba0d0 100644
--- a/pages/api/javascript/eina/value.txt
+++ b/pages/api/javascript/eina/value.txt
@@ -4,3 +4,26 @@
 
 Eina provides a way to abstract the storage of generic values in an extensible 
and efficient way, aimed at simple data types.
 
+==== Constructors and methods ====
+
+=== Constructor ===
+
+Syntax
+
+<code javascript>
+var obj = new efl.value(value);
+</code>
+
+Parameters
+
+   * value - The value to be wrapped.
+
+Return type
+
+   * Value instance - The newly created wrapper.
+
+Creates a new value wrapper. It can be passed to the native functions and back.
+
+=== get() ===
+
+Syntax
\ No newline at end of file

-- 


Reply via email to