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?

JDialog: in content?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JDialog: in content?
#11187
JDialog: in content? 13 Years, 5 Months ago Karma: 1
Hi,

it's possible to make some breaks(<br>) in the content of a dialog?
For clarity i use sometimes a new line...
The administrator has disabled public write access.
 
#11191
Re:JDialog: in content? 13 Years, 5 Months ago Karma: 748
Hello,

Could you provide plugin code what you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11282
Re:JDialog: in content? 13 Years, 5 Months ago Karma: 1
Code:


{arijdialog width="350" height="200" title="Content" resizable="true" draggable="false"}
  {arijdicontent title="Modal dialog"}
     Click me2
  {/arijdicontent}
  {arijdocontent}
    1. line
    2. line
    3. line
  {/arijdocontent}
{/arijdialog}

The administrator has disabled public write access.
 
#11285
Re:JDialog: in content? 13 Years, 5 Months ago Karma: 748
This code works fine for us:

Code:


{arijdialog width="350" height="200" title="Content" resizable="true" draggable="false"}
  {arijdicontent title="Modal dialog"}
     Click me2
  {/arijdicontent}
  {arijdocontent}
    1. line<br/>
    2. line<br/>
    3. line
  {/arijdocontent}
{/arijdialog}



If it doesn't work and you use WYSIWYG editor, try to switch editor to plain text mode and check that it doesn't modify plugin code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11288
Re:JDialog: in content? 13 Years, 5 Months ago Karma: 1
It works, thanks!
The administrator has disabled public write access.
 
Go to topPage: 1