Lines Matching refs:inputText

673 …    this.nodeItem = { imageNode: null, inputText: null, mainTitleNode: null, imageCollapse: null };  property in S.constructor.nodeItem
682 this.nodeItem.inputText = new f;
2889 … .inputText && i.getIsShowInputText() ? i.getNodeItem().inputText.editColor : i.getNodeColor());
2980 … .inputText && i.getIsShowInputText() ? this.ifElseBranchUpdateFunction(0, (() => {
2984 Row.backgroundColor(i.getNodeItem().inputText.backgroundColor);
2985 Row.borderRadius(i.getNodeItem().inputText.borderRadius);
2986 Row.margin({ right: i.getNodeItem().inputText.itemRightMargin });
2993 TextInput.height(i.getNodeItem().inputText.itemHeight);
2994 TextInput.fontSize(i.getNodeItem().inputText.size);
2995 TextInput.fontColor(i.getNodeItem().inputText.color);
2996 TextInput.borderRadius(i.getNodeItem().inputText.borderRadius);
2997 TextInput.backgroundColor(i.getNodeItem().inputText.backgroundColor);
3270 … .inputText && i.getIsShowInputText() ? i.getNodeItem().inputText.editColor : i.getNodeColor());
3361 … .inputText && i.getIsShowInputText() ? this.ifElseBranchUpdateFunction(0, (() => {
3365 Row.backgroundColor(i.getNodeItem().inputText.backgroundColor);
3366 Row.borderRadius(i.getNodeItem().inputText.borderRadius);
3367 Row.margin({ right: i.getNodeItem().inputText.itemRightMargin });
3374 TextInput.height(i.getNodeItem().inputText.itemHeight);
3375 TextInput.fontSize(i.getNodeItem().inputText.size);
3376 TextInput.fontColor(i.getNodeItem().inputText.color);
3377 TextInput.borderRadius(i.getNodeItem().inputText.borderRadius);
3378 TextInput.backgroundColor(i.getNodeItem().inputText.backgroundColor);