From 4de3f8944e88b3dbfe6c07379c1e360a6e623669 Mon Sep 17 00:00:00 2001 From: Geequlim Date: Fri, 29 Apr 2016 13:32:13 +0800 Subject: [PATCH] Fill in the blank in the Array, CenterContainer and Dictionary class reference (#4476) --- doc/base/classes.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7f46ee1f87a..a71b897e8c9 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4178,10 +4178,12 @@ + Remove the last element of the array. + Remove the first element of the array. @@ -4195,6 +4197,7 @@ + Add an element at the beginning of the array. @@ -7138,6 +7141,7 @@ + Should put children to the top left corner instead of center of the container. @@ -9796,6 +9800,7 @@ This approximation makes straight segments between each point, then subdivides t + Return true if the dictionary has all of the keys in the given array. @@ -9818,6 +9823,7 @@ This approximation makes straight segments between each point, then subdivides t + Parse json text to the dictionary. Return OK when successed or the error code when failed. @@ -9831,6 +9837,7 @@ This approximation makes straight segments between each point, then subdivides t + Return the dictionary as json text.