Thursday, 26 November 2015

UI properties

UI properties
The Properties attribute of a UI allows you to parameterize a UI with properties, each of which consists of a type, a name, and a default value, thus allowing you to customize the UI. A property can be any MCML or user-defined type. Property default values are shared among all instances of the UI. These values are public and can be overridden. In the following example, the Properties attribute defines default values for the Color and Font attributes of a Text element:
  <UI Name="UsingProperties">
    <Properties>
      <Color Name="Foreground" Color="Blue" />
      <Font Name="DocFont" Font="Verdana,22" />
    </Properties>

    <Content>
      <Text Content="Using Font and Color properties" Font="[DocFont]" Color="[Foreground]" />
    </Content>
  </UI>

You can require the parent UI to supply a value for any property by marking it as "$Required", and an error will occur if that property is not specified. The following example requires the parent UI to define a Label string:
  <UI Name="MainDisplay" BaseUI="me:LabelProperties">
    <Content>
        <me:LabelProperties Label="A Label string is required." />
    </Content>
  </UI>

  <UI Name="LabelProperties">
    <Properties>
      <cor:String Name="Label" String="$Required" />
      <Color Name="ForeColor" Color="Red" />
    </Properties>

    <Content>
      <Text Name="Display" Content="[Label]" Color="[ForeColor]" Font="Arial,20" />
    </Content>
  </UI>

for more visit us : http://www.svtrainings.com/servicenow-training-online



3 comments:


  1. the blog is about Another Step in servicenow Evolution? it is useful for students and servicenow Developers for more updates on servicenow follow the link
    ServiceNow Online course Hyderabad


    For more info on other technologies go with below links
    Python Online courseIndia


    tableau online training Bangalore

    mulesoft Online course Bangalore

    ReplyDelete
  2. Thank you for providing this kind of useful information,I am searching for this kind of useful information. it is very useful to me and some other looking for it. It is very helpful to who are searching servicenow.servicenow training in bangalore

    ReplyDelete
  3. Really nice nlog.This blog really very useful for me.
    Keep sharing more posts with us.
    thank you..

    servicenow online training hyderabad

    ReplyDelete