In this v3 map(not finished): http://pp.gestion.webconcepteur.com/webconcepteur/styles/villerimouski/carte/carteTestClear.htm ,I want to be able to display just the markers I choose from a category in the right sidebar (select box).
Like this V2 version: http://www.ville.rimouski.qc.ca/styles/carte/carte.jsp.
Thanx in advance!
Related
I would just like to ask is there a way to add a custom onclick icon on Woocommerce bakcend order list under previous orders column or a custom column would d that will allow the admin can click a flag icon that will turns red when click to determine that the order has a problem.
Please see attached screenshot. https://prnt.sc/m41oad
Thanks,
JM
1.How to show multi select drop down border
2.To select the dropdown list to dropdown, must click the down arrow, anywhere else will not work
<p-multiSelect [options]="tList[i].t" formControlName="selectedT" defaultLabel="" ></p-multiSelect>
image example
try to explain better what you exactly need.
Like adding some screenshots.
i would like to add a text box on top of the Dynamics Ax 2009 interface, that allow users to filter menu name.
Dynamics Ax has a 'big interface' with a lot of menu, sub menus etc. It would be nice to allow users to filters and visualize only filtered menu item .
Thanks
You will have to create your own toolbar instead of usual AX menu.
You can create toolbar with text field at the top and tree control that will represent filtered menu.
On load of toolbar you can scan menus at AOT and cache placement and labels.
When user enters some text to filter field you will rebuild your tree control according to matching.
There already is similar tool, but unfortunately I forgot it's name.
i want to change the number of items returned by a view. I changed the code as
$view->set_items_per_page(2);
in hook_views_query_alter();
But it is not showing the required result. But there is color difference after 2 records. Is it required any other settings I put my pager as off in view.
ie Use Pager:off . I want to use this on draggable view table. Is it possible?
Pls help me
if you are only altering the query programmatically and view exist then
1] Go to your view basic settings and click on item to display
bottom of your view you will get the 2 text boxes.
2] In first text box put the number you want, in your case put 2 and leave second text box 0. and hit the update default display button and save your view.
I need to align the Facebook likes count box to the bottom of my Like Button for my website. Can any one help me with this?
I need to position or style the fb button as shown:
You can get the count to appear above the Like button by setting layout_style = "box_count" - but there is no option to have the count display BELOW the like button.
http://developers.facebook.com/docs/reference/plugins/like/
While you may scale the size to suit your needs, you may not modify the Like Button in any other way (such as by changing the design).
Please see the Facebook Like Button Usage section at the Facebook Brand Permissions Center.