03-21-2013 08:01 AM
errorFieldId = document.activeElement.id || null
HistoryManager: filter changed:path …….
03-21-2013 12:15 PM
// Initial navigation won't fire the History event
if (obj.doclistFirstTimeNav)
{
this._updateDocList.call(this,
{
filter: filter,
page: this.currentPage
});
}
else
{
if (this.options.usePagination)
{
this.currentPage = 1;
objNav.page = "1";
}
Alfresco.logger.debug("D L_onChangeFilter: objNav = ", objNav);
// Do we think the history state will change?
if (this.options.highlightFile && objNav.filter === YAHOO.util.History.getCurrentState("filter"))
{
Alfresco.logger.debug("Here3");
YAHOO.Bubbling.fire("highlightFile",
{
fileName: this.options.highlightFile
});
}
YAHOO.util.History.multiNavigate(objNav);
}
}
this._updateDocList.call(this,
{
filter: filter,
page: this.currentPage
});
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.