()
| 58 | } |
| 59 | |
| 60 | componentDidMount(){ |
| 61 | super.componentDidMount() |
| 62 | // this.setAttrValue("styling.backgroundColor", "#fff") |
| 63 | this.setWidgetInnerStyle("backgroundColor", "#fff0") |
| 64 | } |
| 65 | |
| 66 | generateCode(variableName, parent){ |
| 67 |
nothing calls this directly
no test coverage detected