Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Content plugin in Columns Settings
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Content plugin in Columns Settings
#52164
Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 0
Hello,

I need to hide "full" value from a column on data table but let user see it through a kind of "tooltip". The (textual) value is too big to fit in a cell and break design so I thought it should be great to simply display an icon + tooltip.

I've tried "Format" field in Columns Settings (via nonumber tooltip plugin syntax):
Code:

{tip Info::{$value}}<img src="/images/watch/info.png" width="22" height="12" />{/tip}

Content plugin are not parsed

So I've tried another way using native J!3 bootstrap:
Code:

<a href="#" rel="popover" title="Info" data-content="{$value}"><img src="/images/watch/info.png" width="22" height="12" /></a>


No error but no result too

Is there a way to activate content plugin in columns settings format? onPrepareContent somewhere in script? Or I've missed something?

Thank you for your knowledge
Last Edit: 2014/11/13 17:22 By wantoo.
The administrator has disabled public write access.
 
#52165
Re:Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 747
Hello,

Do you load the module into an article and don't use "Server side pagination"?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52168
Re:Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 0
Hello,

Yes, I load the module into an article but I use Server side pagination.
The administrator has disabled public write access.
 
#52169
Re:Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 747
In this case data are loaded via AJAX and content plugins are not executed.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52171
Re:Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 0
Oh, ok. Thank you for you answer. So I set Server side pagination to Off... same result, content plugin is not parsed again

Do you mean there's another way to include datatables than "{ aridatatables moduleId="97" }" (space are intentional)?

I have 5 AriDataTables modules included in one article. All modules are settled to ServerSide Pagination Off. I don't undersatnd really what's the case where content plugin are parsed then. Sorry.
The administrator has disabled public write access.
 
#52172
Re:Content plugin in Columns Settings 9 Years, 5 Months ago Karma: 747
Check "Ordering" parameter in plugins settings. Load "Content - ARI Data Tables" plugin before other content plugins.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1