MCPcopy Index your code
hub / github.com/romannurik/AndroidAssetStudio / getHtmlId

Method getHtmlId

app/studio/forms/field.js:62–64  ·  view source on GitHub ↗

* Returns the ID for the form's UI element (or container). * @type String

()

Source from the content-addressed store, hash-verified

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

Callers 7

createUiMethod · 0.95
createUiMethod · 0.80
createUiMethod · 0.80
setOptionsMethod · 0.80
createUiMethod · 0.80
createUiMethod · 0.80
setValueType_Method · 0.80

Calls 1

getLongIdMethod · 0.95

Tested by

no test coverage detected