Ajax (1) Apex Class (12) Apex Trigger (2) Community (2) Home Page (1) HTML (4) Integration (3) JS (7) KB (1) Label (1) Licenses (1) Listing (1) Log (1) OOPs (5) Sharing (1) Static Resource (1) Test Class (3) URI (1) Visualforce (10)

Tuesday 3 March 2015

Import stylesheet

A.rar. = extract>>>> A.css

<apex:stylesheet value="{!URL($Resource.A,'A.css')"/>

It will work.
But if A.rar =extract>>>  A.B.C.CSS ,A.D.CSS

Code will not work.

In this condition A.zip will work

Monday 2 March 2015

About Code Coverage

1. Go to Setup
2. Open the Apex Test Execution in Develop.
3. Click on the Options Button and Uncheck the Option: Store Only Aggregated Code Coverage and save it.
4. Please try to test it and let me know if you still face any issues.