Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/cc63986534b09c793bcb8e492afecf0e to your computer and use it in GitHub Desktop.
Save trycf/cc63986534b09c793bcb8e492afecf0e to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var sectionld = "";
var sectionButtons = {};
var sectionPageButtons = {};
if(structKeyExists(arguments.pageSection, "id")){sectionld } = arguments.pageSection.id;
}
// creazione grid dei bottoni come nel basepagernanager
argsForlnit = {gui_cfg=arguments.page_cfg.gui, labels=arguments.labels, args=arguments.args, session_info=arguments.sessionlnfo};
switch(arguments.pageSection.type)
{
case "results":
case "filters":
case "cruscotto":
case "agenda":
btnGrid = invoke("","initEleButtonsGrid#sectionld#",argsForlnit);
}
</cfscript>s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment