function PageHead(fields, actions,elementId) { this.fields = fields this.actions = actions this.element = $(elementId) } PageHead.prototype.RenderPageHead = function () { }