Question

reg validations in mobile app

Hi Team

How to change the font color and validations in Mobile application wizard?

hoping for a positive reply.

Like 0

Like

3 comments

Hello manikanta,



Unfortunately, there is no functionality in bpmonline that you described.

But you can achieve it via development. To change the font-color on the page you should use Terrasoft.writeStyles method. The example you can find in "MobileActivityGridPageViewV2".



Best regards,

Alex

 

Tq for your solution I am tried in that way but font colour not changing in mobile. can u please send the process.

Hoping for a positive reply.

thank

manikanta,

Terrasoft.writeStyles method simply applies css styles to elements. So,

to change the style of some text element, you should find it`s css selector.

The first step is to download mobile application emulator: https://academy.bpmonline.com/documents/technic-sdkmob/7-12/mobile-appl…

The second is to find the desired html element and the third is to use Terrasoft.writeStyles method that will apply your custom styles.

The example of it can be found in "MobileActivityGridPageViewV2".



Best regards,

Alex

Show all comments