Changeset 09e28c
- Timestamp:
- May 21, 2008, 4:50:39 PM (15 years ago)
- Branches:
- master
- Children:
- a7a29e
- Parents:
- ced464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_htmlTextBox.js
rced464 r09e28c 26 26 Obj_TextBox : null, 27 27 string : null, 28 objectID : null, 28 29 29 30 init : function(objectID, stringName) { 30 vI_htmlTextBox. Obj_TextBox = document.getElementById(objectID);31 vI_htmlTextBox.objectID = objectID; 31 32 vI_htmlTextBox.string = document.getElementById("vITextBoxBundle").getString(stringName); 32 window.setTimeout(vI_htmlTextBox.__init, 0)33 window.setTimeout(vI_htmlTextBox.__init, 200) 33 34 }, 34 35 35 36 __init : function () { 37 vI_htmlTextBox.Obj_TextBox = document.getElementById(vI_htmlTextBox.objectID); 36 38 vI_htmlTextBox.Obj_TextBox.contentDocument 37 39 .lastChild.setAttribute("style", "background-color: -moz-dialog; font: -moz-dialog;"); 38 40 vI_htmlTextBox.__echo(vI_htmlTextBox.string); 41 // vI_htmlTextBox.Obj_TextBox.setAttribute("hidden", "false"); 39 42 }, 40 43
Note: See TracChangeset
for help on using the changeset viewer.