To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

Custom Dialogs

Custom Dialogs



One of the great new features in PlanSwift9 is the ability to create reusable dialogs using stored items and properties; simply design an item with only the desired properties set as Input.



Syntax:

Procedure: Coming soon


API Call:

Scripting
var
  adlg: String;
  thenewcolor: Integer;

Begin
  thenewcolor := -1;
  adlg := ChildItem(ParentItem(ItemPath), 3);
  if EditItem(adlg) then
    thenewcolor := GetPropertyResult(adlg, 'Please Select a Color');

  output(thenewcolor);
end;

Copyright 2023 ConstructConnect