Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWEdit inside an IWRegion
#2
If you're using a template for your IWRegion, you can refer to each individual component, like the example below. But in this example, your components must be dropped in your IWRegion during design time.

Can you explain why you want to place a component that is external to an IWRegion on the IWRegion using a template? If your IWRegion is empty, I don't see a use for that. You better use DIVs instead.

Code:
  <body>
      <div class="card-block" style="width:500px;height:300px">
          <div class="form-group form-primary">
              {%lblAccountName%}
              <span class="form-bar"></span>
              {%edtAccountName%}
          </div>
          <div class="form-group form-primary">
             {%lblComments%}
             <span class="form-bar"></span>
             {%edtComments%}
          </div>
          <div class="row">
            <div class="col">
               {%btnSave%}
            </div>
            <div class="col">
           {%btnCancel%}
            </div>
          </div>
      </div>
  </body>
Reply


Messages In This Thread
IWEdit inside an IWRegion - by raulevm - 10-09-2021, 04:23 PM
RE: IWEdit inside an IWRegion - by JacksonGomes - 10-13-2021, 02:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)