cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Types to the Specialize Type Dialog

jono
Champ in-the-making
Champ in-the-making
Hi,

How tdo I add a list of types in the web UI drop down when using the Specialise Type option of the create rule wizard ?

In general is there some documentation that descibes the approprite names for the UI components named in the web client config file ?

   <config evaluator="string-compare" condition="Space Wizards">

Thanks,
Jono
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
You specify this inside the specialise-types element within the Action Wizards config section. For example to add the my:sop type from the example model you would add the following to web-client-config-custom.xml:


<config evaluator="string-compare" condition="Action Wizards">
   <specialise-types>
      <type name="my:sop"/>
   </specialise-types>
</config>

jono
Champ in-the-making
Champ in-the-making
Hi Gav,

How is sunny maidenhead?


Thanks for the response to the specific question - In general how do I figure out what are the names of the UI components I am configuring so I dont need to ask each time?

Are these in a WIKI somewhere?


Cheers,
Jono

gavinc
Champ in-the-making
Champ in-the-making
Hi jono,

It's been very sunny this week  Smiley Happy

There isn't a list as such but most of the elements you can configure in the client are explained in various pages linked to from here http://wiki.alfresco.com/wiki/Web_Client_Customisation_Guide and http://wiki.alfresco.com/wiki/Web_Client_Configuration_Guide


Glad to hear you're doing well.