Friday, March 15, 2013

ADF 11G : Find the cursor on the page(Skinning) ?

ADF 11G : Find the cursor on the page(Skinning) ?

During Data Entry Sometime end user is not sure about the cursor[means where is the cursor]. To resolve this i have set the skinning for UI component focus.








Apply the Skinning with the bellow mentioned code:

   af|inputText::content:focus {background-color:rgb(214,214,255);}
   af|inputDate::content:focus {background-color:rgb(214,214,255);}