i have been working on maximo anywhere apps , have requirement change , feel of work execution app, oslc layer talks maximo in backend remains same , functionalities same there new buttons, notification messages , sorts of ux aspects added app, have started looking @ architecture , code of app know how can make changes front-end or possible? find few documents available online , of them spoke of customizing features , functionalities coudlnot find document adding ux aspects.
it great point out documents or kick-off points can start looking into.
thanks.
thanks asking, if you're talking adding new fields, layouts, screens ui, can through app.xml, , there lots of examples on our knowledge center, example one: http://www-01.ibm.com/support/knowledgecenter/sspjlc_7.5.2/com.ibm.si.mpl.doc_7.5.2/config_apps/t_add_rw_fields.html?lang=en
if you're talking changing "look" of existing widgets, can done through css, overriding our out of box css classes. use chrome inspector figure out css class being used each element type, , override through standard css approaches.
if you're talking more advanced customization, example adding own new widget types our screens, possible programmatically instantiate/destroy own widgets through javascript , add them our standard application views. code hooked on initialize , event of our views. you'll responsible writing code synchronize data layer custom widget. unfortunately don't have published example of customization usecase yet.
we adding new widget capabilities our anywhere ui framework, i'd love hear feedback on new widget types you're interested in.
Comments
Post a Comment