Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader and label inline Options
moxbet
Posted: Thursday, August 20, 2009 5:28:35 PM
Rank: Newbie
Groups: Member

Joined: 8/20/2009
Posts: 6
I have a label that I want to be inline with textbox and Browse button in AJAXUploader control?
How to do that?
When I put label before AJAXUploader then AJAXUploader is rendered in new line.
eo_support
Posted: Thursday, August 20, 2009 7:00:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can add style="display:inline" on the AJAXUploader control. It will be something like this:

Code: HTML/ASPX
<eo:AJAXUploader style="display:inline" ....>
.....
</eo:AJAXUploader>


You can also use a table if you want to control the layout more precisely.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.