User Profile & Activity

john frost Member
Posted: March 3, 2010 5:19 PM

duh - found it - had to use the font-size property under the TextBox Style -> Normal.

Posted: December 11, 2009 11:22 AM

Ok - I can't believe I didn't try this.  What I was missing is to 'activate' the tab referencing the IFrame that I want to call the function in.

 

The

document.getElementById('IFrame').contentWindow.test2();

works perfect.

 

Thanks.

Posted: November 23, 2009 8:01 PM

Thanks for the suggestions.  I was able to get and set the text of a footer cell using the following:

colFooterCell = grid.RootTable.GetElement(WG40.COLFOOTER, WG40.HTMLTABLE).cells[cellIdx +1];

colFooterCell.style.backgroundColor = "LightSteelBlue";
colFooterCell.style.fontWeight = "bold";

alert(colFooterCell.innerText);
colFooterCell.innerText = "xx";

I was wondering if this is the correct method as all the other cell text setting examples seem to use the SetText method.

 

Thanks for the feedback!

All times are GMT -5. The time now is 4:01 PM.
Previous Next