apply header back maker
authorMyung Jin Kim <critical.kim@samsung.com>
Sat, 20 Apr 2013 12:23:56 +0000 (21:23 +0900)
committerMyung Jin Kim <critical.kim@samsung.com>
Sat, 20 Apr 2013 12:23:56 +0000 (21:23 +0900)
Change-Id: I319c89761e1566d8088be47faf6afb7aff5c7b62

src/ui/controls/FUiCtrl_HeaderImpl.cpp

index 86b5bd5..cc92b2f 100644 (file)
@@ -2153,6 +2153,14 @@ protected:
                        }
                }
 
+               if ((HEADER_STYLE_BUTTON == hstyle) && (pControl->GetElement(L"showBackButton", elementString)))
+               {
+                       if (elementString.Equals(L"true", false))
+                       {
+                               pHeader->SetBackButton();
+                       }
+               }
+
                int itemCnt = pControl->GetItemCount();
                ButtonItemStyle buttonItemStyle = BUTTON_ITEM_STYLE_TEXT;
                ButtonPosition buttonPosition = BUTTON_POSITION_LEFT;