/
Configuring Existing Modules
Configuring Existing Modules
Steps for changing the image of an existing module are as follows:
Go to the styles folder and add the desired image in the image subfolder and accordingly change the image under the directories class in Aptify.mobile.css mentioned below.
.directories {background:url('images/directories.png') no-repeat left top;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); } .directories:active, .directories-active-fake {background:url('images/directories.png') no-repeat left bottom;-webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
Change the view for existing directory member module:
directoryMembersSearch: "Views.svc/Member Directory?$format=json&$orderby=FirstName,LastName&PromptData={0}|{1}&Token={2}",
Make the custom binding for the existing directory member module:
Pagebeforeshow$("#directories").live('pagebeforeshow', function (event) { if (!AuthenticateUser()) { $("#signinout").removeClass("logout-icon") .addClass("login-icon-small") .attr("href", "memberlogin.html"); } });
Pagecreate$("#directories").live('pagecreate', function (event) { $("#login-status").html(mobileSettings.loginStatus.format($.trim(ReadLocalStorage(Storage.DisplayName)))); });
Pageshow
$("#directories").live('pageshow', function (event) { memberNo = queryStringParams.id; var url = mobileSettings.serviceURL + mobileSettings.services.discussionForum.format(memberNo, ReadLocalStorage(Storage.TokenID)); CallService(url,DirectoryMembersSuccess, DirectoryMembersFail ); });
, multiple selections available,
Related content
Adding a New Tab to the Navigation Bar in Aptify Mobile for Members
Adding a New Tab to the Navigation Bar in Aptify Mobile for Members
More like this
Modifying the Theme of the Button Active State in Aptify Mobile for Members
Modifying the Theme of the Button Active State in Aptify Mobile for Members
More like this
Using ThemeRoller for Changing Themes in Aptify Mobile for Members
Using ThemeRoller for Changing Themes in Aptify Mobile for Members
More like this
About Branding in Aptify Mobile for Members
About Branding in Aptify Mobile for Members
More like this
Modifying the Theming Page Title Header in Aptify Mobile for Members
Modifying the Theming Page Title Header in Aptify Mobile for Members
More like this
View Configuration for Service for Aptify Mobile for Members User Interface
View Configuration for Service for Aptify Mobile for Members User Interface
More like this
Copyright © 2014-2017 Aptify - Confidential and Proprietary