Apex "Edit" and Create button on the Report and Form pages. Is there any ways to lead to different pages? - apex

I started to learn Apex recently.
I made a report and Form page on Apex.
when I click "Edit" and "Create Button", it goes to the same page.
Is there any ways
For example,
If I click "Edit" on Report page, It leads to page 4
If I click "Create button" on report page, it leads to page 5
Thank you so much.

Not sure if this is what you're after, but it sounds like you need to adjust where the link redirects.
If you run your app, then click 'show edit links' or something similar on the bottom of the screen to the right, you will see the orange button next to page items. Click it and edit the object in the following popup.
Hope this helps!

Related

When Browsing carousel is clicked it will open the browser. How can I return to my Action?

I have a Browsing carousel in my Action that opens a new page. From that page, I want to give the user an option to either continue on the website or to close the website and go back to the Action.
If they select the option to go back - how can I send them back to the Action?
You can't "go back" to the Action in the same way as if you clicked on a back button in the browser.
However, you can create a link on the page that you're showing the user that will re-start the Action or re-start it with a particular "deep linked" Intent. If you maintain the state of the user when they leave your Action, you can restore that state when they return, but that is up to you to manage.
To create a link to start the Action go to your Action console, select the "Actions" navigation on the left, and then the right arrow for the Intent that you want to be able to link to.
Towards the bottom of the screen that comes up, you may need to click on the "Links" header to expand that section, and then turn the switch on for "Would you like to enable a URL for this Action?"
The section will expand to prompt you for a Link Title (which is required, but not really used for anything) and will show you an HTML code snippet with the link. You are allowed to change this link however you want, but you must use a link - you can't do something clever like try to redirect to that page.

FB Instant Articles Comments, Like, Share

We are having difficulty getting the "Comment" and "Like" links to show up at the bottom our development instant articles. We have enabled the option "Show on articles" under feedback settings but it still won't work. The "Comment" and "Like" links do however show up for images.
We even tried to manually add the tag <meta property="fb:likes_and_comments" content="enable"> and that too didn't work.
Any thoughts on what could be happening?
Try
Click 'Publishing Tools' at the top of your Page.
Click 'Configuration' under 'Instant Articles' in the left
navigation bar
Scroll down to the 'Tools' panel, select 'Feedback Settings,' and set
your preferences on showing or not showing the feedback buttons.
referring to:https://developers.facebook.com/ia/blog/post/2016/06/28/update-to-like-comment-share

What is the difference between disable a page and hide the page in the meu into Typo3 CMS?

I am pretty new in Typo3 world (I came from Joomla and WordPress) and I have a doubt related to well understand what is the difference between disable a page and hide the page in the menu in Typo3.
I have create a new test page and I don't want that now it appears in my left main menu.
So I click on the Access tab of this page settings and I tick the Hide (In Menus) "checkbox" so the page exist (I can access and see it using its URL) but don't appear in my main menu.
This is pretty simple but, near to the previous options, I also find the Disable (Page) checkbox. So I have try to tick this checkbox (instead of Hide (In Menus)) and happens something that I did not expect:
My test page appear again in my left main menu (I have no hide it but if I thought that if I disable a page, it is as if this page does not exist, evidently the typo3 operating logic is different from what I expect)
If, in my left main menu, I click on my test page link: the page is open but on the right top corner on the page appear to me the following textual message PREVIEW!
What it mean? I am logged as administrator, maybe the normal visitor can't see the disabled pages whereas administrator\editor see these pages? Or what?
Tnx
Andrea
Disable page = Nobody can see the page. The page is removed from the menu and it can't be accessed with the URL. You see it because you're logged into the backend. That is also why you see the red sticker 'Preview', because it is a preview.
Hide in menu = Page is hidden from the menu and the sitemap, however, it can be accessed with the URL.
Check the following documentation:
http://docs.typo3.org/typo3cms/GettingStartedTutorial/
There is a very short mapping between TYPO3 and Joomla:
TYPO3 "disable" = Joomla "Unpublish Article"
TYPO3 "hide" = Joomla "Unpublish Menu Item"
Cheers,
S.

How to make the facebook like button "post to page" popup appear above the button?

I looked around the web and found some vague answers that this cannot be done, I just want to make sure before I trash this whole idea.
So after I click on the facebook like button a "popup" appears below the like button asking me to post to my page. How can I make this appear above the like button since my button is at the bottom of the page.
Thanks!

Facebook Like Button doesn't share

I have add like button on my webpage www.zabavax.com (iframe). Count is work ok, but like button doesn't share post (link) on Facebook.
P.S. Like button on the left side and after post. When i click on right or after post like button liked link dont show on my Timeline and on friends news feed
I think Facebook has changed the behaviour of the like button. A link will be shared ONLY if the user adds a comment.
Your like button in the top right corner of your URL functions correctly.
I was able to post to my profile when I clicked on it.
I believe your issue is with the first-time popup that appears (also with its own like button) When I clicked that like button the popup disappeared and I didn't manage to post to my profile.