public
IEnumerable GetNodesByParent(
string
Jid)
{
UnitOfWork unitofwork =
new
UnitOfWork();
return
(from r
in
unitofwork.PsldwRepository.Get()
where r.RELRELAT01A == Jid
select r.PDTCODEA).ToList();
}
<
tool
name
=
"PasteFromWordNoFontsNoSizes"
shortcut
=
"CTRL+V"
/>
I'm wondering, since I can paste normally using Chrome/Safari/FF on your demo, can we apply content stripping automatically at this level?
What I have tried:
I tried to only reference the "PasteFromWordNoFontsNoSizes
" action in the contextMenu, and not in the toolbar.
<
ContextMenu
forElement
=
"*"
>
<
tool
name
=
"PasteFromWordNoFontsNoSizes"
shortcut
=
"CTRL+V"
/>
</
ContextMenu
>
Bottom line:
Is there anyway I can allow paste through CTRL+V that will strip formatting like "PasteFromWordNoFontsNoSizes" without using a pop-up to do so?
<
P
>Webpage error details</
P
>
<
P
>User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022;
.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)<
BR
>Timestamp: Tue, 13 Nov 2012
06:47:37 UTC</
P
>
<
P
><
BR
>Message: Invalid argument.<
BR
>Line: 179<
BR
>Char: 10<
BR
>Code: 0<
BR
>URI: <
A
href
=
"http://*****/ScriptResource.axd?d=fLLEnEfYpOt4GMIbTZNyqmhk-31e3wJHybVyNYzLJv27gWqDUqa--SzYCC1OTlKNDzdpjDDRmKwqltaEyEHFzydCk7G3stc-u1jnR-wmFZKFiKJBgmJKvIJUh5FjhwyT0SbSsm6GO_1HAiYZ0VU9LAj51xk6CViN2qubb57KTvUgelnGIpUK5PxUtxWGwUYA5RKcKg2&t=5e2e7a27"
>http://*****/ScriptResource.axd?d=fLLEnEfYpOt4GMIbTZNyqmhk-31e3wJHybVyNYzLJv27gWqDUqa--SzYCC1OTlKNDzdpjDDRmKwqltaEyEHFzydCk7G3stc-u1jnR-wmFZKFiKJBgmJKvIJUh5FjhwyT0SbSsm6GO_1HAiYZ0VU9LAj51xk6CViN2qubb57KTvUgelnGIpUK5PxUtxWGwUYA5RKcKg2&t=5e2e7a27</
A
></
P
>
error when page is using Telerik ScriptMaanger (with EnableScriptCombine="true"):
<
P
> </
P
>
<
P
>Webpage error details</
P
>
<
P
>User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022;
.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)<
BR
>Timestamp: Tue, 13 Nov 2012
06:32:08 UTC</
P
>
<
P
><
BR
>Message: Invalid argument.<
BR
>Line: 8749<
BR
>Char: 10<
BR
>Code: 0<
BR
>URI:
<
A
href
=
"http://*****/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a55ab6258-ebc5-40d7-ae7b-b95de6f72668%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.3.1109.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a62e881c6-518e-447d-b6e7-1af83cb2d164%3a16e4e7cd%3af7645509%3a24ee1bba%3af46195d3%3a58366029%3a8674cba1%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1"
>http://*****/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a55ab6258-ebc5-40d7-ae7b-b95de6f72668%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.3.1109.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a62e881c6-518e-447d-b6e7-1af83cb2d164%3a16e4e7cd%3af7645509%3a24ee1bba%3af46195d3%3a58366029%3a8674cba1%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1</
A
></
P
>
<
telerik:RadSlider runat="server" ID="VideoSlider" Width="600" Orientation="Horizontal" Skin="WebBlue" TrackMouseWheel="true" Value="0"/>
Is there any reason this would not be working? I can change this width via CSS but would prefer if this could be rectified?
Thanks,
Sunil