JSONArray children = ensureChildren(context.getWidgetElement(), true, context.getWidgetId());
if (children != null)
{
for(int i=0; i< children.length(); i++)
{
JSONObject child = children.optJSONObject(i);
if (isWidget(child))
{
String childWidget = createChildWidget(out, child, context);
boolean childPartialSupport = hasChildPartialSupport(child);
if (childPartialSupport)