How to use U+E133 as an AppBarCommand.icon? - winjs

I want to use the U+E133 (or ) from the Sergoe UI Symbol font in my AppBarCommand:
<button data-win-control="WinJS.UI.AppBarCommand" data-win-options="{id:'cmdEnableMarkFriends', label:'Select', icon:'\E133'}" type="button"></button>
This icon is the same icon the mail app uses in it's AppBar to enable the selection. I already searched the web for more comprehensive enumeration list, but I couldn't find this specific icon.
Is there a name for this icon or a way to use it?

I found the name of This icon. It is bullets.

Related

How to change TinyMCE `styleselect` dropdown to use just icon to open the menu?

I know that I can add option to TinyMCE toolbar to change selection styles using toolbar setting with keyword styleselect. I also know I can adjust the contents of the menu that opens with that button using setting style_formats combined with formats. (Above is correct for version 5.10.2.)
Is there some way to configure the rendering of the styleselect option in the toolbar? I would want to swap the text label to single icon on smaller displays. For big viewports the feature to show the current style at the caret location is a nice feature but for narrow viewports it would be better to have custom icon instead of partial style name in the toolbar.

Kentico Smart Search Button with Font Awesome icon

Im very new to kentico development wise and I'm trying to work to a design given to me.
I'm currently trying to tie up the smart search web part to show as a text input with a font awesome search icon as the button (with no button text). Is there any easy way to do this? Or should I resort to making a copy of the Smart search control and extending it out?
The html designed has just
<button type="submit"><i class="fa fa-search"></i></button>
is there an easy way to put this into a new layout for Smart search?
Thank you Andrew
You could use a web part before and after to wrap web part code html and class wrapper and than apply the style to the button via CSS
In most of the cases, you could benefit from custom web part layout:
https://docs.kentico.com/k11/custom-development/developing-web-parts/using-custom-web-part-layouts
But smart search in this case does consist of two controls which are kinda buried inside so to insert this to control directly (CMSModules\SmartSearch\Controls\SearchDialog).
Solution 1: you can apply this by adding a custom layout for the smart search but I am not sure this will work
Solution 2: clone the web part and modify the Html as needed

Sublime Text 3: change sidebar width [duplicate]

I wanted to know if it is possible to change the sidebar width in ST3? Is this a project based, theme based, or something in settings? I did not see in default settings so that is why I brought the question here.
Thank you.
To resize the sidebar, all you need to do is click and drag:
There is no way to set a "default" size in your user preferences, project, or current theme, unfortunately.

Anyway to override/manipulate the Bookmark Page Action dialog box?

I am working on an extension that involves interacting with Chrome's bookmarks.
Is there anyway to either override the current Page Action dialog box for Bookmarks when you click on the star or is there anyway to change listing for the drop down of possible folders?
Barring that, is there a way to remove the star from the omnibar so that I can replace it with my own icon from my the extension?
No to all questions unfortunately.
The best your going to get is to add your own page action next to the default.

Sharepoint search button customization

I am working on SharePoint Branding project, where i need to change the whole sharepoint look and feel according to Clients design guidelines/Visual Designs.
happy part, most of the branding is done but still i am facing problem with SEARCH BUTTON of sharepoint. Ia m not able to replace this default button with my designed button.
any direction ll be great help
What we did was replace the delegate control of the search button with our own, using a feature. In that feature we specified our custom image for the button.
This might help - http://labs.steveottenad.com/reskin-restyle-a-sharepoint-2010-search-box/
When we customised the search box we hide the default img for the search button using css and replaced it with a new background image.
You can't replace the default button with you own search button. You can however customize it to your needs using CSS styles. I have done the same thing. You can create your custom style to override the styles from the corev15.css file.
Create you custom styles css file, reference it in your page layout and just use it.
Hope that helps.

Resources