Search the Community
Showing results for tags 'toolbar'.
-
Please advise how to add (or insert) button on HtmlMemo ToolBar - Thanks. UniSession.AddJS('fMain.HTMLMemo.toolbar.insert(2, '+ '{ '+ 'xtype: "spacer"'+ '} );'); UniSession.AddJS('fMain.HTMLMemo.toolbar.insert(3, '+ '{ '+ 'xtype: "button", '+ 'text: '+QuotedStr('Today')+', '+ 'id: "syncTodayID", '+ 'listeners: {tap: function(el, v) {ajaxRequest(fMain.form, "_syncToday", [])}}'+ '} );'); Does nothing ?
-
I am looking to automatically center the grid toolbar.
-
It's possible change the space between toolbar's buttons? I would like to reduce and put the buttons side by side.
- 3 replies
-
- unitoolbar
- unitoolbutton
-
(and 4 more)
Tagged with:
-
I have a UniHTMLMemo with ShowToolBar set to True. When I click the grow text button the text size increases but it stops increasing at certain point (my guess probably due to a set maximum size). I need to increase the text size beyond the maximum size value. How can I do this? Delphi XE2 UniGUI Complete Professional: 1.10.0.1466
- 2 replies
-
- unihtmlmemo
- grow
- (and 5 more)
-
I have a Mobile Toolbar with 3 Containers each holding an object (button, DatePicker etc.). During Runtime there are times when I need to Disable the Toolbar and its objects, ToolBar.Enabled:= False; makes no difference ? Please advise how - Thanks in advance.
-
I have a Mobile Form with a Mobile ToolBar and one Mobile DatePicker on the ToolBar. How can I center the DatePicker within the ToolBar (setting the DatePicker width to an actual desired pixel width centering within the container) without stretching the DatePicker ? At present I have used:- ToolBar.Seperator (Flex 1) ToolBar.Container (Flex 1 [holds DatePicker with Flex 0, {Width 100% stretches, Width 80px lefts align}]) ToolBar.Seperator (Flex 1).
-
ToolBar icon and button is samll. UniImageList Icon size is 32 x 32 Thanks
-
I cannot seem to get a toolbar button to drop down a menu. Create a popup menu and set the toolbar button DropdownMenu property to the popup menu...nothing happens. Am I missing something?
-
If anyone wants to resize a grids toolbar (the one with next previous... etc) you can do something like: servermodule->customcss Be carefull not to forget !Important because it want work .bigicons{ background-image:url("images/back64.png") !important; width:64px !important; height:64px !important; } grid->ExtEvents->OnResize function OnResize(sender, adjWidth, adjHeight, rawWidth, rawHeight) { var tb=sender.getDockedItems('toolbar[dock="bottom"]');; if(tb){//if has toolbar if (tb.length > 0) tb = tb[0]; tb.height=74;//resize all the toolbar i
-
After setting UniToolButton->Style = tbsDropDown, how am I supposed to set the dropdownmenu associated to it? Is it a missing feature?
- 1 reply
-
- toolbar
- unitoolbar
-
(and 2 more)
Tagged with: