Manage "Properties" tab on PCF code component in Canvas PowerApp - reactjs

I have a React application which is represent PCF control.
I have configured all properties in XML config and those properties appearing on Advanced tab and do not appear on Properties (https://learn.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/property).
How can I add then also to Properties and configure their controls (e.g. use them as color picker, etc.) See pic below:

Basically, there is no option for that in current PCF release. Only inline options in Advanced tab could be used for customization and configuration.

Related

where are all themes,uiid and images hidden in new version of cn1

I've updated my cn1 version. Before there are all the pre-installed themes ,uiid, images shown in Gui builder. But now there are nothing there. I want to use the existing uiid for instance 'titleArea' properties in a container but change the properties of toolbar and titleArea. I am curious where are they hidden?
In barebone theme,there's nothing but it takes default setting for button, toolbar, titleArea etc.
In StateMachine theme, all the default setting(uiids and images etc) are visible and I can reuse them where necessary.
How is it possible the default uiids,images and theme are still there in barebone though its literally empty in Gui Builder.
It seems that your theme is missing. Check the size of the res file, verify that you aren't using the XML-Team Mode which might be overriding your content.

Rad Editor in DNN - Target popup window

I am using the new DNN Telerik Rad editor and I looked for this option within its link manager and while I found a target pull down menu the options in this pull down menu were the following:
none
Same Window
New Window
Parent Window
Browser Window
Search Pane
Media Pane
CUSTOM TARGETS[Add Custom Target...]
When I opted to try the Add Custom target and got by the popup blocker I did see that I was given a textbox where I could add a custom target other than what was in the drop down list but none of these options seemed to indicate a way to quickly target a popup window and tweak its attributes like you could with the fckeditor.
The requested functionality is not supported out-of-the box by RadEditor link manager. What you can do is to customize this dialog yourself - see this demo as a base http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx
or
request it as a feature in the AJAX feedback portal: http://feedback.telerik.com/Project/108
Rumen

Showing Different Modes of Editor According to User Roles

Is there any way that I can show different modes of an editor (minimal, full, etc.) to users according to their roles? It's doesn't make difference for me to use Rad Editor or Ckeditor.
From the default providers, only FCKEditor supports customizing the toolbar by role. With Rad Editor, you can use dnnWerk RadEditor Provider.
Instructions for FCKEditor (from seablick.com)
Define toolbars in \Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js
Open the custom editor options popup
Select settings type (Instance/Module/Portal)
Set toolbar visibility for different roles
Apply the custom settings to Instance/Module/Portal. (Default value is the same as the "Settings type", but I'm not sure if these settings have different effects, or is it only the "Apply to" dropdown that counts.)
See also
Customizing FCKeditor Toolbars

What is the difference between "User Control" and "Page" in Silverlight?

I am really new to Silverlight. I am working through some of the sample codes I found online.
I notices sometimes a new "Page" is added, and sometimes a new "User Control" is added.What are the differences between those 2?
Btw, when I tried specifying the URL for a hyperlink as "www.apple.com", there is an error saying "www.apple.com" can not be found. Are there anyway of specifying an URL for a website for a HyperlinkButton?
Thanks :)
In SL3 and up; a Page correlates to the Navigation framework whereas a UserControl is a control providing a defined set of functionality using multiple controls which can then be used within a Page.
User Control:
When you build your project , any user control that you created will appear in the toolbox also. You can drag and drop it like any other control (like a button or a grid).User controls are used for enhanced flexibility. You can customize your controls, set as many properties you want , and it really simplifies things without going for creating custom controls.
Page:
However, when you come to a Page, you can use it mostly for Navigation . It can contain other controls , but it is mainly intended for Navigation within Frames.

how do i remove the collapse/expand control from the module container

I am new in DNN and can you please help me provide the steps in order to remove the collapse/expain control from the containers. I am creating a skin and i want to get rid of that control.
That control is part of the container. There is a Containers folder inside of each Portals folder, and that's where you'll find the controls for the containers. You'll want to remove the Visibility control from the container.
You can remove the Collapse/Expand button from the module setting by choosing None in the Page Settings tab for the Collapse/Expand feature

Resources