Quintiq file version 2.0
|
#parent: #root
|
Response OnCreated () id:Response_FormNavigationPanel_OnCreated
|
{
|
#keys: '[137862.1.637620282]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebComponent_OnCreated'
|
QuillAction
|
{
|
Body:
|
[*
|
//Set the pressed state for buttons on navi panel
|
DataHolderFormNavPanel.Data( this );
|
if( PanelNavBookmark.Visible() )
|
{
|
ApplicationMacroPlanner.UpdateToggledButtons( ButtonNavBookmark.Image() );
|
}
|
if( PanelNavEntity.Visible() )
|
{
|
ApplicationMacroPlanner.UpdateToggledButtons( ButtonNavEntity.Image() );
|
}
|
if( PanelNavProduct.Visible() )
|
{
|
ApplicationMacroPlanner.UpdateToggledButtons( ButtonNavProduct.Image() );
|
}
|
if( PanelNavSalesSegment.Visible() )
|
{
|
ApplicationMacroPlanner.UpdateToggledButtons( ButtonNavSalesSegment.Image() );
|
}
|
if( PanelNavPeriod.Visible() )
|
{
|
ApplicationMacroPlanner.UpdateToggledButtons( ButtonNavPeriod.Image() );
|
}
|
*]
|
GroupServerCalls: false
|
}
|
}
|