Author Topic: Improving of RTF Fields  (Read 2154 times)

miron

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Improving of RTF Fields
« on: September 15, 2014, 06:32:00 am »
1. Fields which allow to get value of give level e.g.:
owner of owner
child of child
2. Possibility to set color, indent depending of value of e.g tag, of element level
3. Possibility of using condition directly in RTF
4. Possibility to diagram, element by "absolute path"

and
5. possibility do add some scripting directly to RTF
e.g.
like PHP for generating html view
or like in ASP
or like in ASP MVC - rezor

it allow to choose any "root" of package,
or root package in package,
and make condition:

e.g.:

<%foreach (var p in selectedPackage){  %>

   {p.Name}
  
   <%foreach (var e in p.Elements){  %>
      
        {e.Name}
        
        <% var p1 =  model.GetPackageByGuid("{030B4A82-1B7C-11CF-9D53-00AA003C9CB6}") %>

          {p1.Name}
   <%} %>
<%} %>
« Last Edit: September 15, 2014, 06:44:34 am by miron »