-
String place ment code
Hi
Iam useing jSp string thats ican use one samll table but that String content is heavy so ineed sopome help
show some content and when wuill go to the mouse on the text is going to the hilioght the full content but tabel is not ditabed
its means show conmtet only on mouse hour
plz help me
<html>
<link href="aw.css" rel="stylesheet" type="text/css" media="all">
<head>
<title>ActiveWidgets Example</title>
<style>body {font: 18px Tahoma; color:#2E51A9;}</style>
<script src="aw.js"></script>
<script>
var myData = [
["java developer","venu,hari, sreenu"],(venu,hari, sreenu ) there is coming in jsp string
that jsp sting is lot of the content , so inned lnk or alt function
["java developer","venu,hari, sreenu"]];
</script>
</head>
<body>
<script>
var obj = new AW.UI.Grid;
var str = new AW.Formats.String;
var num = new AW.Formats.Number;
//obj.setCellFormat([str, str]);
// provide cells and headers text
// set number of rows/columns
obj.setRowCount(2);
obj.setColumnCount(2);
obj.setCellText(myData);
// enable row selectors
obj.setSelectorVisible(false);
//obj.setSelectorText(function(i){return this.getRowPosition(i)+1});
document.write(obj);
</script>
</body>
</html>
Last edited by sreenivasulareddy; 11-15-2007 at 09:39 AM.
Reason: there is coming in jsp string
-
-
u dndot needto spoke likes thisis
In any case JSP is not Javascript. Also, show us some actual code that you are working with.
Trinithis
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks