Skip to content

Commit

Permalink
Set Popup frame settings history
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaut committed Apr 28, 2014
1 parent cc359cd commit 88bfc0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PopupFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ define(["jquery", "DQX/Utils", "DQX/DocEl", "DQX/Msg", "DQX/Framework", "DQX/Pop
PopupFrame.hasThumbNails = true;
}

PopupFrame.setFrameSettingsHistory = function(typeID, frameSettings) {
if (!PopupFrame._settingsHistory[typeID])
PopupFrame._settingsHistory[typeID] = {};
PopupFrame._settingsHistory[typeID].frameSettings = frameSettings;
};


PopupFrame.PopupFrame = function (itypeID, settings) {
DQX.checkIsString(itypeID);
DQX.requireMember(settings, 'title');
Expand Down

0 comments on commit 88bfc0e

Please sign in to comment.