Integrate the interface with the NetLogic

Create dynamic links between the interface elements and methods defined in the script.
For more information about dynamic links, see Create dynamic links.
  1. Configure the CreateButton:
    1. In
      Project view
      , select
      CreateButton
      .
    2. In
      Events
      , next to
      MouseClickEvent
      , select
      Add
      Add
      and select
      Panel Loaders
      {PanelLoader1}
      PanelLoader1
      ChangePanel
      .
    3. Create a dynamic link between
      NewPanel
      and
      ProjectName
      UI
      CreateUserWidget (type)
      .
  2. Configure the RemoveButton:
    1. In
      Project view
      , select
      RemoveButton
      .
    2. In
      Events
      , next to
      MouseClickEvent
      , select
      Add
      Add
      and select
      ProjectName
      NetLogic
      UserManagementScript
      RemoveUser
      .
    3. Create a dynamic link between
      name
      and
      ProjectName
      UI
      EditUserWidget (type)
      ListBox1
      SelectedValue
      .
  3. Configure the NameLabel:
    1. In
      Project view
      , select
      NameLabel
      .
    2. Create a dynamic link between
      Text
      and
      ProjectName
      UI
      EditUserWidget (type)
      ListBox1
      Selected item
      .
  4. Configure the PasswordBox:
    1. In
      Project view
      , select
      PasswordBox
      .
    2. Create a dynamic link between
      Text
      and
      Aliases
      {Alias1}
      User
      Password
      .
  5. Configure the LocaleCombo:
    1. In
      Project view
      , select
      LocaleCombo
      .
    2. Create a dynamic link between
      Model
      and
      ProjectName
      Model
      LocaleIds
      .
    3. Create a dynamic link between
      Selected value
      and
      Aliases
      {Alias1}
      User
      LocaleIds
      .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.