I need to create a cell in the clickable HTML table. When this event occurs, a pop- Up or window is shown with some information. My current HTML code here:
& lt; Table class = "table 1" & gt; & Lt; Thead & gt; & Lt; TR & gt; & Lt; Th scope = "colonel" & gt; AAAA & lt; / Th & gt; & Lt; Th scope = "colonel" & gt; BBBB & lt; / Th & gt; .... & lt; / Tr & gt; & Lt; / Thead & gt; & Lt; Tbody & gt; & Lt ;? Php $ mystring = ""; ... resonate '& lt; Td scope = "line" style = "width: 300px" & gt; ' $ Mystrin '& Lt; / Td> '; Echo & lt; td style = "background color: #fffff" & gt; & Lt; / Td> '; ...? & Gt; & Lt; / Tbody & gt; & Lt; / Table & gt; Now, "mystring $" is displayed inside the cell I want to paint a cell (i.e., background color: # 388643 ") and if I click on it, then The pop-up is displayed with the string "$ mystring".
I use the pop-up:
echo " "; but I'm not able to link it to the" Click this cell "event.
Using pure javascript without JS framework
gt; & lt; / td & gt; '.... . & Gt; & lt; / tbody & gt;
Popular posts from this blog
Hi friends I've downloaded a file manager for my MVC project. So I added to my project and everything works fine but everyone can use this product I mean everyone can type urls and upload files to my host !!!! This filemanager has a Jason config file, as you can see here: {"FILES_ROOT": "Fileman / Upload "," "File_type_kenny": "file", "THUMBS_VIEW_WIDTH": "140", "THUMBS_VIEW_HEIGHT": "120", "PREVIEW_THUMB_WIDTH": "300", "PREVIEW_THUMB_HEIGHT": "200", "MAX_IMAGE_WIDTH": "0" "ASP_net / Main.Shex? A = Created", " Dealederer ":" ASP_net / MAN.assx "ADELEDED IR "," MOVEDIR ":" ASP_net / Main.Shex? A = MoVEDIR "," Copdier ":" ASP_net / Main.Shex? A = Copdier "," Richie Dar ":" ASP_net / Main ASP_net / main.hex? A = Upload "," Downlo...
I have created a console app with a SIM console console component. It was going to run for 5 hours but after running 2 hours I have a proc_open (): Many open files in the pipeline error Symfony \ Component \ Console \ Application.php On-line 985. I tried to gc_collect_cycles in my code, but got the same error. Is this a Symphonic Console component bug or should I not run any app for this long time (but I have to)? This problem relates to: Obviously you have many resources in your app It's not a symphony console bug, but it's a PHP bug. You can modify your program by using another programming language to open fewer files.
With 3000 lines I have a DevExpress grid view and each row has 10 as extensions (this means that when I have 30000 loads in grid load items to load) All data loads It takes a long time to do so, then there is a way to show example 100 lines, and when I use the automatic filter, do I show the lines I want? Example I tried to leave and take (using LINQ), but what I actually see for it Also want to use the automatic filter of the grid. Public Static Binding List & lt; Patient & gt; GetObjectUsingLinq (string sql = "", int skipCount = 0, int lekton = 0) {var gsData = GetDataContext (); Var query = (to choose q.nom q with GS dataApotate order); Return new compulsory list & lt; Patient & gt; (LinqHelper.DoSortPaginate (Query, "" Leave, Techcount) .Oolist ()); } and to call it on the grid listPatient = patients.getObjectUsingLinq (); myGrid.DataSource = listPatient; If you need to display large amounts of records in the grid control, ...
Comments
Post a Comment