X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fstyling.h;h=f28eb4795847d104ced2693923c6b469058675a0;hp=d6c197faf955f91378e80eeae0cd432832b2bf3f;hb=266f5b8959b7e9e1215be278dac13347c358af47;hpb=92a400c3857fbf6c1e63693f22c94dcffe50e522 diff --git a/docs/content/programming-guide/styling.h b/docs/content/programming-guide/styling.h index d6c197f..f28eb47 100644 --- a/docs/content/programming-guide/styling.h +++ b/docs/content/programming-guide/styling.h @@ -58,5 +58,15 @@ Each style selector can have resource folders associated with it. Images for that style should be in their own folder named images. Common images not specific for a particular style will be in the images-common folder located in the style folder. + +All application resources are stored in a defined path (application resource path), from this path sub directories can be specified. + +The application resource path can be retrieved using Application::GetResourcePath() + +Alternatively to supply resource paths in json the following constant is available: APPLICATION_RESOURCE_PATH. + +It provides the path to the application resource root folder, from there the filename can an be specified along with any sub folders, e.g Images, Models etc. + + * */