* Returns the ID for the form's UI element (or container). * @type String
()
| 60 | * @type String |
| 61 | */ |
| 62 | getHtmlId() { |
| 63 | return '_frm-' + this.getLongId(); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Generates the UI elements for a form field container. Not very portable |
no test coverage detected