Fixed issue 597.

This commit is contained in:
Nedyalko Nikolov
2015-10-20 14:21:21 +03:00
parent 03a741e4b1
commit 2f7cf84839
9 changed files with 166 additions and 6 deletions

View File

@@ -104,4 +104,8 @@ export class Button extends view.View implements definition.Button {
}
this.setFormattedTextPropertyToNative(data.newValue);
}
public _addChildFromBuilder(name: string, value: any): void {
formattedString.FormattedString.addFormattedStringToView(this, name, value);
}
}