All pastes #2134949 Raw Edit

Miscellany

public text v1 · immutable
#2134949 ·published 2012-04-02 13:55 UTC
rendered paste body
/* schedule model addition */
		tmp2 = document.createElement("div");
		tmp2.style.top = 0;
		tmp2.style.width = 5;
		tmp2.style.height = 19;
		tmp2.style.left = -5;
		tmp2.style.position = 'absolute';
		tmp2.style.backgroundColor = '#8CAACE';
		tmp2.style.zIndex = 1000;
	
		tmp1 = document.createElement("div");
		tmp1.style.position = "relative";
		tmp1.appendChild(tmp2);
		this.scheduleModel.appendChild(tmp1);
	/* schedule model addition END */