If there is no internet connection and after loading in bottomnavigationtab they are not selected default tab but data should display of by-default tab.
In above image, there is 3rd default tab but after loading they select 1st tab..
Related
I am trying to change the user icon image on Desktop navigation bar. Is there a way to change it? The image to use is not available in FA(Font Apex) default.
I also tried to use the below but once save and run, icon was removed and the image was not appearing.
Normally, if you are using Universal Theme, you would rely on the FA icons you have available in APEX.
Then, to change this
Shared Components --> Navigation Bar List --> Desktop Navigation Bar
Press in &APP_USER ( sequence 10 ) and you will enter this section
Select the picture you want ( in my example I would select the fa-user-clock ), save your changes and run the application.
However, if you want to use a custom image, you need to be sure that the picture fits exactly in the same space within the desktop bar. If that is not the case, Apex will remove automatically the image and will show nothing.
I am using Kendo UI for MVC. How can I check if the tab is fully loaded or not?
I want to do that to check if the user clicked on another tab before the first one is fully loaded is giving an error.
I'm using an Richtext Field in my XPage and I want to embed an image. So I click on the icon in the action bar of the editor and the dialog opens. But in Internet Explorer 11 it looks like this:
So I can not select the file I want to upload.
If I open the XPage in Firefox and want to upload an image it works, but not with IE 11.
It seems like the page containing the search button could not be loaded.
If i resize the scroll bars I can see an error page "Site could not be found. Make sure the address //ieframe.dll/dnserrordiagoff.htm# is corrent"
Notes Server Version: 9.0.1 FP1
Can anyone give me a hint here?
See this fix list link. IE 11 support was only added in FP2. It's covered by SPR# TMGN9KJTEB
I have found a neat plugin for CKEDITOR called bgimage that allows a user to select a section of text and wrap said text within div and apply the background image style attribute (Background Image plugin should use Selected Text.).
I was wondering how can I replace the Image URL with Image Browse button as found within Image Properties?
Do I need to add an additional button to the vbox then make the necessary connections between FileBrowser and the associated Button? (I can't seem to find the relevant Developer Docs, regarding this problem).
The complete documentation for adding the file browser to your dialog is actually available here: Adding File Manager to a Dialog Window.
I develop firefox extension and using the "load" and "DOMContentLoaded" events to raise when document was fully loaded.
My problem, however, is that my 'content' variable is always pointing to the focused tab and not to the new loaded tab (for example, when firefox restarts and load several tabs or if you right-click a link and open it in new tab <-- then it load in the background and does not change the currently visible tab)
How can I get the 'content' variable of the newly created page?
Thanks!!